docs: add one-key installation commands to README.md
Main / build (push) Waiting to run

This commit is contained in:
2026-07-07 23:39:22 +08:00
parent 576209e0cc
commit 906ee96282
+13
View File
@@ -12,6 +12,19 @@
- 支持所有常用协议(VLESS-REALITY, TUIC, Trojan, Hysteria2, Shadowsocks, VMess 等)
- 一键启用 BBR
## 安装命令
系统支持:Ubuntu / Debian / CentOS / Alpine / SUSE (仅限 64 位系统,需以 ROOT 用户运行)。
一键安装及管理命令:
```bash
bash <(wget -qO- https://git.lll.rest/svefnz/sing-box/raw/branch/main/install.sh)
```
或者使用 `curl`
```bash
bash <(curl -fsSL https://git.lll.rest/svefnz/sing-box/raw/branch/main/install.sh)
```
## 帮助信息
使用:`sing-box help`