Update release scripts

This commit is contained in:
世界
2023-03-29 13:23:18 +08:00
parent d9db4e9b1c
commit 9ecea8876d
10 changed files with 10 additions and 21 deletions

View File

@@ -7,9 +7,9 @@
#### Install
```shell
git clone https://github.com/SagerNet/sing-box
git clone -b main https://github.com/SagerNet/sing-box
cd sing-box
./release/local/install_go.sh # skip if you have go1.19 already installed
./release/local/install_go.sh # skip if you have golang already installed
./release/local/install.sh
```