mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
Revert "README: note dependency on tput"
This reverts commit 50398ea9f5
.
tput is only required as a fallback for backward compatibility.
This commit is contained in:
parent
2a22a2e4e4
commit
3f08fb9f9e
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ Dependencies
|
|||
|
||||
Running fish requires:
|
||||
|
||||
- curses or ncurses (preinstalled on most \*nix systems), including the utilities (``tput``)
|
||||
- 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``, ``tee``, ``tr``,
|
||||
|
|
Loading…
Reference in a new issue