Simplify server installation

This commit is contained in:
世界
2022-08-27 22:27:58 +08:00
parent 561a9e5275
commit 122daa4bfb
6 changed files with 22 additions and 3 deletions

View File

@@ -2,7 +2,6 @@
* Linux & Systemd
* Git
* Go 1.18.5+
* C compiler environment
#### Install
@@ -10,6 +9,7 @@
```shell
git clone 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.sh
```