mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-22 08:31:30 +00:00
documentation: Update package managers
This commit is contained in:
parent
2e607118c3
commit
2911eba236
|
@ -28,18 +28,18 @@ icon: material/package
|
||||||
|
|
||||||
=== ":material-linux: Linux"
|
=== ":material-linux: Linux"
|
||||||
|
|
||||||
| Type | Platform | Link | Command | Actively maintained |
|
| Type | Platform | Link | Command | Actively maintained |
|
||||||
|----------|--------------------|---------------------|------------------------------|---------------------|
|
|----------|---------------|-------------------------|------------------------------|---------------------|
|
||||||
| AUR | (Linux) Arch Linux | [sing-box][aur] ᴬᵁᴿ | `? -S sing-box` | :material-check: |
|
| APK | Alpine | [sing-box][alpine] | `apk add sing-box` | :material-check: |
|
||||||
| nixpkgs | (Linux) NixOS | [sing-box][nixpkgs] | `nix-env -iA nixos.sing-box` | :material-check: |
|
| AUR | Arch Linux | [sing-box][aur] ᴬᵁᴿ | `? -S sing-box` | :material-check: |
|
||||||
| Homebrew | macOS / Linux | [sing-box][brew] | `brew install sing-box` | :material-check: |
|
| nixpkgs | NixOS | [sing-box][nixpkgs] | `nix-env -iA nixos.sing-box` | :material-check: |
|
||||||
| Alpine | (Linux) Alpine | [sing-box][alpine] | `apk add sing-box` | :material-alert: |
|
| Homebrew | macOS / Linux | [sing-box][brew] | `brew install sing-box` | :material-check: |
|
||||||
|
|
||||||
=== ":material-apple: macOS"
|
=== ":material-apple: macOS"
|
||||||
|
|
||||||
| Type | Platform | Link | Command | Actively maintained |
|
| Type | Platform | Link | Command | Actively maintained |
|
||||||
|----------|---------------|------------------|-------------------------|---------------------|
|
|----------|----------|------------------|-------------------------|---------------------|
|
||||||
| Homebrew | macOS / Linux | [sing-box][brew] | `brew install sing-box` | :material-check: |
|
| Homebrew | macOS | [sing-box][brew] | `brew install sing-box` | :material-check: |
|
||||||
|
|
||||||
=== ":material-microsoft-windows: Windows"
|
=== ":material-microsoft-windows: Windows"
|
||||||
|
|
||||||
|
@ -55,6 +55,12 @@ icon: material/package
|
||||||
|------------|--------------------|---------------------|------------------------------|---------------------|
|
|------------|--------------------|---------------------|------------------------------|---------------------|
|
||||||
| Termux | Android | [sing-box][termux] | `pkg add sing-box` | :material-check: |
|
| Termux | Android | [sing-box][termux] | `pkg add sing-box` | :material-check: |
|
||||||
|
|
||||||
|
=== ":material-freebsd: FreeBSD"
|
||||||
|
|
||||||
|
| Type | Platform | Link | Command | Actively maintained |
|
||||||
|
|------------|----------|-------------------|------------------------|---------------------|
|
||||||
|
| FreshPorts | FreeBSD | [sing-box][ports] | `pkg install sing-box` | :material-alert: |
|
||||||
|
|
||||||
## :material-book-multiple: Service Management
|
## :material-book-multiple: Service Management
|
||||||
|
|
||||||
For Linux systems with [systemd][systemd], usually the installation already includes a sing-box service,
|
For Linux systems with [systemd][systemd], usually the installation already includes a sing-box service,
|
||||||
|
@ -77,14 +83,20 @@ you can manage the service using the following command:
|
||||||
|
|
||||||
[nixpkgs]: https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/tools/networking/sing-box/default.nix
|
[nixpkgs]: https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/tools/networking/sing-box/default.nix
|
||||||
|
|
||||||
[termux]: https://github.com/termux/termux-packages/tree/master/packages/sing-box
|
|
||||||
|
|
||||||
[brew]: https://formulae.brew.sh/formula/sing-box
|
[brew]: https://formulae.brew.sh/formula/sing-box
|
||||||
|
|
||||||
|
[openwrt]: https://github.com/openwrt/packages/tree/master/net/sing-box
|
||||||
|
|
||||||
|
[immortalwrt]: https://github.com/immortalwrt/packages/tree/master/net/sing-box
|
||||||
|
|
||||||
[choco]: https://chocolatey.org/packages/sing-box
|
[choco]: https://chocolatey.org/packages/sing-box
|
||||||
|
|
||||||
[scoop]: https://github.com/ScoopInstaller/Main/blob/master/bucket/sing-box.json
|
[scoop]: https://github.com/ScoopInstaller/Main/blob/master/bucket/sing-box.json
|
||||||
|
|
||||||
[winget]: https://github.com/microsoft/winget-pkgs/tree/master/manifests/s/SagerNet/sing-box
|
[winget]: https://github.com/microsoft/winget-pkgs/tree/master/manifests/s/SagerNet/sing-box
|
||||||
|
|
||||||
[systemd]: https://systemd.io/
|
[termux]: https://github.com/termux/termux-packages/tree/master/packages/sing-box
|
||||||
|
|
||||||
|
[ports]: https://www.freshports.org/net/sing-box
|
||||||
|
|
||||||
|
[systemd]: https://systemd.io/
|
||||||
|
|
|
@ -28,18 +28,18 @@ icon: material/package
|
||||||
|
|
||||||
=== ":material-linux: Linux"
|
=== ":material-linux: Linux"
|
||||||
|
|
||||||
| 类型 | 平台 | 链接 | 命令 | 活跃维护 |
|
| 类型 | 平台 | 链接 | 命令 | 活跃维护 |
|
||||||
|----------|--------------------|---------------------|------------------------------|------------------|
|
|----------|------------|---------------------|------------------------------|------------------|
|
||||||
| AUR | (Linux) Arch Linux | [sing-box][aur] ᴬᵁᴿ | `? -S sing-box` | :material-check: |
|
| Alpine | Alpine | [sing-box][alpine] | `apk add sing-box` | :material-check: |
|
||||||
| nixpkgs | (Linux) NixOS | [sing-box][nixpkgs] | `nix-env -iA nixos.sing-box` | :material-check: |
|
| AUR | Arch Linux | [sing-box][aur] ᴬᵁᴿ | `? -S sing-box` | :material-check: |
|
||||||
| Homebrew | macOS / Linux | [sing-box][brew] | `brew install sing-box` | :material-check: |
|
| nixpkgs | NixOS | [sing-box][nixpkgs] | `nix-env -iA nixos.sing-box` | :material-check: |
|
||||||
| Alpine | (Linux) Alpine | [sing-box][alpine] | `apk add sing-box` | :material-alert: |
|
| Homebrew | Linux | [sing-box][brew] | `brew install sing-box` | :material-check: |
|
||||||
|
|
||||||
=== ":material-apple: macOS"
|
=== ":material-apple: macOS"
|
||||||
|
|
||||||
| 类型 | 平台 | 链接 | 命令 | 活跃维护 |
|
| 类型 | 平台 | 链接 | 命令 | 活跃维护 |
|
||||||
|----------|---------------|------------------|-------------------------|------------------|
|
|----------|-------|------------------|-------------------------|------------------|
|
||||||
| Homebrew | macOS / Linux | [sing-box][brew] | `brew install sing-box` | :material-check: |
|
| Homebrew | macOS | [sing-box][brew] | `brew install sing-box` | :material-check: |
|
||||||
|
|
||||||
=== ":material-microsoft-windows: Windows"
|
=== ":material-microsoft-windows: Windows"
|
||||||
|
|
||||||
|
@ -55,6 +55,12 @@ icon: material/package
|
||||||
|--------|---------|--------------------|--------------------|------------------|
|
|--------|---------|--------------------|--------------------|------------------|
|
||||||
| Termux | Android | [sing-box][termux] | `pkg add sing-box` | :material-check: |
|
| Termux | Android | [sing-box][termux] | `pkg add sing-box` | :material-check: |
|
||||||
|
|
||||||
|
=== ":material-freebsd: FreeBSD"
|
||||||
|
|
||||||
|
| 类型 | 平台 | 链接 | 命令 | 活跃维护 |
|
||||||
|
|------------|---------|-------------------|------------------------|------------------|
|
||||||
|
| FreshPorts | FreeBSD | [sing-box][ports] | `pkg install sing-box` | :material-alert: |
|
||||||
|
|
||||||
## :material-book-multiple: 服务管理
|
## :material-book-multiple: 服务管理
|
||||||
|
|
||||||
对于带有 [systemd][systemd] 的 Linux 系统,通常安装已经包含 sing-box 服务,
|
对于带有 [systemd][systemd] 的 Linux 系统,通常安装已经包含 sing-box 服务,
|
||||||
|
@ -77,8 +83,6 @@ icon: material/package
|
||||||
|
|
||||||
[nixpkgs]: https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/tools/networking/sing-box/default.nix
|
[nixpkgs]: https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/tools/networking/sing-box/default.nix
|
||||||
|
|
||||||
[termux]: https://github.com/termux/termux-packages/tree/master/packages/sing-box
|
|
||||||
|
|
||||||
[brew]: https://formulae.brew.sh/formula/sing-box
|
[brew]: https://formulae.brew.sh/formula/sing-box
|
||||||
|
|
||||||
[choco]: https://chocolatey.org/packages/sing-box
|
[choco]: https://chocolatey.org/packages/sing-box
|
||||||
|
@ -87,4 +91,8 @@ icon: material/package
|
||||||
|
|
||||||
[winget]: https://github.com/microsoft/winget-pkgs/tree/master/manifests/s/SagerNet/sing-box
|
[winget]: https://github.com/microsoft/winget-pkgs/tree/master/manifests/s/SagerNet/sing-box
|
||||||
|
|
||||||
[systemd]: https://systemd.io/
|
[termux]: https://github.com/termux/termux-packages/tree/master/packages/sing-box
|
||||||
|
|
||||||
|
[ports]: https://www.freshports.org/net/sing-box
|
||||||
|
|
||||||
|
[systemd]: https://systemd.io/
|
||||||
|
|
Loading…
Reference in a new issue