README: fix typo err

Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
This commit is contained in:
CN_SZTL 2021-02-06 16:56:20 +08:00
parent 46f3481d47
commit 25ca7ccd5f
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -24,7 +24,7 @@ sudo bash -c "bash <(curl -s https://build-scripts.project-openwrt.eu.org/init_b
## Clone the source
```bash
git clone -b openwrt-18.06 --single-branch https://github.com/immortalwrt/immortalwrt && cd openwrt
git clone -b openwrt-18.06 --single-branch https://github.com/immortalwrt/immortalwrt && cd immortalwrt
./scripts/feeds update -a && ./scripts/feeds install -a
```
#### For developer, you may use `openwrt-18.06-dev` branch instead of `openwrt-18.06`.