diff --git a/README.md b/README.md index 5357e56..310e20a 100644 --- a/README.md +++ b/README.md @@ -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 +```