Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
naoki66 authored Nov 5, 2024
1 parent 5fc2ffb commit 9bea030
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

首次编译:
```bash
export GOPROXY=https://goproxy.cn
git clone https://github.com/coolsnowwolf/lede
cd lede
./scripts/feeds update -a && ./scripts/feeds install -a
Expand All @@ -18,6 +19,7 @@ make V=s -j1

二次编译:
```bash
export GOPROXY=https://goproxy.cn
cd lede
git pull && ./scripts/feeds update -a && ./scripts/feeds install -a
make defconfig && make download -j8
Expand Down

0 comments on commit 9bea030

Please sign in to comment.