1
0
mirror of https://github.com/alljoynsville/openwrt-builder synced 2025-08-15 13:06:53 +00:00

Update README.md

This commit is contained in:
alljoynsville 2018-08-08 11:36:39 +03:00 committed by GitHub
parent df8a4c9553
commit 13e8299e47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,3 +13,12 @@ or
docker run -t -i alljoynsville/openwrt-builder:15.05 bash 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
```