mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-09 18:43:14 +00:00
Fix install documentation
This commit is contained in:
parent
a44cb745d9
commit
f1f61b4e2b
|
@ -13,13 +13,13 @@ The universal proxy platform.
|
|||
sing-box requires Golang **1.18.5** or a higher version.
|
||||
|
||||
```bash
|
||||
go install -v github.com/sagernet/sing-box/cmd/sing-box@latest
|
||||
go install -v github.com/sagernet/sing-box/cmd/sing-box@v1.0-beta2
|
||||
```
|
||||
|
||||
Install with options:
|
||||
|
||||
```bash
|
||||
go install -v -tags with_clash_api github.com/sagernet/sing-box/cmd/sing-box@latest
|
||||
go install -v -tags with_clash_api github.com/sagernet/sing-box/cmd/sing-box@v1.0-beta2
|
||||
```
|
||||
|
||||
| Build Tag | Description |
|
||||
|
|
|
@ -13,13 +13,13 @@ description: 欢迎来到该 sing-box 项目的文档页。
|
|||
sing-box 需要 Golang **1.18.5** 或更高版本。
|
||||
|
||||
```bash
|
||||
go install -v github.com/sagernet/sing-box/cmd/sing-box@latest
|
||||
go install -v github.com/sagernet/sing-box/cmd/sing-box@v1.0-beta2
|
||||
```
|
||||
|
||||
自定义安装:
|
||||
|
||||
```bash
|
||||
go install -v -tags with_clash_api github.com/sagernet/sing-box/cmd/sing-box@latest
|
||||
go install -v -tags with_clash_api github.com/sagernet/sing-box/cmd/sing-box@v1.0-beta2
|
||||
```
|
||||
|
||||
| 构建标志 | 描述 |
|
||||
|
|
Loading…
Reference in a new issue