From 8b0b987993357b45c957285cc7a32e6e0c05e7bb Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Tue, 16 Feb 2021 17:29:46 +0100 Subject: [PATCH] README: remove redundant mention of sed dependency --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index b45a05d3a..115638f3f 100644 --- a/README.rst +++ b/README.rst @@ -92,8 +92,8 @@ Running fish requires: - 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) + ``uname`` and ``sed`` at least, but the full coreutils plus ``find`` and + ``awk`` is preferred) - The gettext library, if compiled with translation support