mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-11 20:48:49 +00:00
README.md: drop which requirement
No longer required following merge of #3945.
This commit is contained in:
parent
6b1c939b67
commit
46d86766c4
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ fish requires a curses implementation, such as ncurses, to run.
|
|||
|
||||
fish requires PCRE2 due to the regular expression support contained in the `string` builtin. A bundled version will be compiled in automatically at build time if required.
|
||||
|
||||
fish requires a number of utilities to operate, which should be present on any Unix, GNU/Linux or OS X system. These include (but are not limited to) hostname, grep, awk, sed, which, and getopt. fish also requires the bc program.
|
||||
fish requires a number of utilities to operate, which should be present on any Unix, GNU/Linux or OS X system. These include (but are not limited to) hostname, grep, awk, sed, and getopt. fish also requires the bc program.
|
||||
|
||||
Translation support requires the gettext program.
|
||||
|
||||
|
|
Loading…
Reference in a new issue