mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-15 22:44:01 +00:00
README.md: add dependency on tee
Required for psub to work correctly. [ci skip]
This commit is contained in:
parent
277fca9c6a
commit
d8b305d6e4
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ Once installed, run `fish` from your current shell to try fish out!
|
||||||
Running fish requires:
|
Running fish requires:
|
||||||
|
|
||||||
* curses or ncurses (preinstalled on most \*nix systems)
|
* curses or ncurses (preinstalled on most \*nix systems)
|
||||||
* some common \*nix system utilities (currently `mktemp`), in addition to the basic POSIX utilities (`cat`, `cut`, `dirname`, `ls`, `mkdir`, `mkfifo`, `rm`, `sort`, `tr`, `uname` and `sed` at least, but the full coreutils plus find, sed and awk is preferred)
|
* some common \*nix system utilities (currently `mktemp`), in addition to the basic POSIX utilities (`cat`, `cut`, `dirname`, `ls`, `mkdir`, `mkfifo`, `rm`, `sort`, `tee`, `tr`, `uname` and `sed` at least, but the full coreutils plus find, sed and awk is preferred)
|
||||||
* gettext (library and `gettext` command), if compiled with translation support
|
* gettext (library and `gettext` command), if compiled with translation support
|
||||||
|
|
||||||
The following optional features also have specific requirements:
|
The following optional features also have specific requirements:
|
||||||
|
|
Loading…
Reference in a new issue