README.md: fix typo

This commit is contained in:
CN_SZTL 2019-11-09 00:07:02 +08:00
parent bbb2afc876
commit 6f7e8f7a7d
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -22,7 +22,7 @@ sudo apt-get install -y build-essential asciidoc binutils bzip2 gawk gettext git
## Clone the source
```bash
git clone https://github.com/project-openwrt/openwrt-latest && cd openwrt
git clone https://github.com/project-openwrt/openwrt-latest && cd openwrt-latest
./scripts/feeds update -a && ./scripts/feeds install -a
```