Update README.md

This commit is contained in:
有種 2024-01-15 15:19:22 +08:00 committed by GitHub
parent de15d732ee
commit 5be76d2d3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -50,8 +50,7 @@ make menuconfig
#### 注意
编译新版Sing-box和hysteria需golang版本1.20或者以上版本 ,可以用以下命令
```yaml
pushd feeds/packages/lang
rm -rf golang && svn co https://github.com/openwrt/packages/branches/openwrt-23.05/lang/golang
popd
rm -rf feeds/packages/lang/golang
git clone https://github.com/sbwml/packages_lang_golang -b 20.x feeds/packages/lang/golang
```