From d8b305d6e455227925806f5b408c1e92abf27b9b Mon Sep 17 00:00:00 2001 From: David Adam Date: Tue, 5 Nov 2019 18:06:20 +0800 Subject: [PATCH] README.md: add dependency on tee Required for psub to work correctly. [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf8d44712..e94c40730 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Once installed, run `fish` from your current shell to try fish out! Running fish requires: * 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 The following optional features also have specific requirements: