From 1276db918b086d5b1db7e6c81d19402b7c3a91ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0tetiar?= Date: Thu, 25 Mar 2021 08:01:08 +0100 Subject: README: add install command to build requirements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In commit 8c8496435a9d ("build: add GNU install to prerequisites") new dependency was added, but addition to README was omitted. Fixes: 8c8496435a9d ("build: add GNU install to prerequisites") Signed-off-by: Petr Štetiar --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0581a94a09..55a6b9bd30 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ the [Build System Setup](https://openwrt.org/docs/guide-developer/build-system/i documentation. ``` -gcc-6+ binutils bzip2 flex python3.6+ perl make4.1+ find grep diff unzip gawk getopt -subversion libz-dev libc-dev rsync which +binutils bzip2 diff find flex gawk gcc-6+ getopt grep install libc-dev libz-dev +make4.1+ perl python3.6+ rsync subversion unzip which ``` ### Quickstart -- cgit v1.2.3