Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SandiTT authored Dec 22, 2021
1 parent bf38716 commit b71f2e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,9 @@ export GOPROXY=https://goproxy.io
8.再次编译
## 重新再来编译
>make distclean ( make clean仅仅是清除之前编译的可执行文件及配置文件,而make distclean要清除所有生成的文件
```sh
make clean
make clean | make distclean
```
```sh
Expand All @@ -251,8 +252,7 @@ source /etc/environment
export GO111MODULE=on
export GOPROXY=https://goproxy.cn,direct

git pull
./scripts/feeds update -a && ./scripts/feeds install -a
git pull && ./scripts/feeds update -a && ./scripts/feeds install -a
make defconfig
make -j8 download
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin make -j$(($(nproc) + 1)) V=s
Expand Down

0 comments on commit b71f2e6

Please sign in to comment.