diff options
author | Petr Štetiar <ynezz@true.cz> | 2021-03-25 08:01:08 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2021-03-26 19:57:20 +0100 |
commit | 1276db918b086d5b1db7e6c81d19402b7c3a91ac (patch) | |
tree | ec160fe69eca394b711cea2e440ba9e5d9639a90 | |
parent | bbb9c1c2bebb98793d7ccf64da19e34ff08c8706 (diff) | |
download | upstream-1276db918b086d5b1db7e6c81d19402b7c3a91ac.tar.gz upstream-1276db918b086d5b1db7e6c81d19402b7c3a91ac.tar.bz2 upstream-1276db918b086d5b1db7e6c81d19402b7c3a91ac.zip |
README: add install command to build requirements
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 <ynezz@true.cz>
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |