summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2021-03-25 08:01:08 +0100
committerPetr Štetiar <ynezz@true.cz>2021-03-26 19:57:20 +0100
commit1276db918b086d5b1db7e6c81d19402b7c3a91ac (patch)
treeec160fe69eca394b711cea2e440ba9e5d9639a90 /README.md
parentbbb9c1c2bebb98793d7ccf64da19e34ff08c8706 (diff)
downloadopenwrt-1276db918b086d5b1db7e6c81d19402b7c3a91ac.tar.gz
openwrt-1276db918b086d5b1db7e6c81d19402b7c3a91ac.tar.bz2
openwrt-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>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files 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