Update README.md

This commit is contained in:
有種 2023-09-23 00:19:18 +08:00 committed by GitHub
parent 73613eaad9
commit dbc282c1c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -47,4 +47,11 @@ git pull
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
```