From 46d86766c462a5e2021d9c6f7a4d06034bf84e3c Mon Sep 17 00:00:00 2001 From: David Adam Date: Tue, 2 May 2017 09:26:50 +0800 Subject: [PATCH] README.md: drop which requirement No longer required following merge of #3945. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf73de93c..a26b53733 100644 --- a/README.md +++ b/README.md @@ -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.