Update README.md

This commit is contained in:
alljoynsville
2018-08-08 11:36:39 +03:00
committed by GitHub
parent df8a4c9553
commit 13e8299e47
+9
View File
@@ -13,3 +13,12 @@ or
docker run -t -i alljoynsville/openwrt-builder:15.05 bash
```
and then
```sh
cd /home/openwrt/openwrt
./scripts/feeds update -a
./scripts/feeds install -a
make defconfig
make
```