Update release scripts

This commit is contained in:
世界
2023-03-29 13:23:18 +08:00
parent 187421c754
commit 2012c0ca1e
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
```