Update README.md

Signed-off-by: MINGERTAI <104557080+MINGERTAI@users.noreply.github.com>
This commit is contained in:
MINGERTAI 2022-10-20 10:09:12 +08:00 committed by GitHub
parent f7d1381e6a
commit d828c61615
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,12 +21,19 @@ https://github.com/SagerNet/SagerNet
### 一键安装、管理sing-box ### 一键安装、管理sing-box
网址https://github.com/FranzKafkaYu/sing-box-yes 网址https://github.com/FranzKafkaYu/sing-box-yes
### nstall Golang terbaru. ### 安装
sing-box 需要 Golang 1.18.5 或更高版本
### 安装 Golang
```jaon ```jaon
cd cd
curl -fsL https://raw.githubusercontent.com/jetsung/golang-install/main/install.sh | bash curl -fsL https://raw.githubusercontent.com/jetsung/golang-install/main/install.sh | bash
source /root/.bashrc source /root/.bashrc
``` ```
### 安装最新的 sing-box 版本
```
go install -v github.com/sagernet/sing-box/cmd/sing-box@latest
````
## License ## License