update install-from-source doc

Include the link to custom all-tag-enabled build repository.

Signed-off-by: z4x7k <124668612+z4x7k@users.noreply.github.com>
This commit is contained in:
z4x7k 2023-07-09 04:58:34 +00:00 committed by GitHub
parent e929dde13e
commit 531f985a88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,11 +29,13 @@ go install -v -tags with_clash_api github.com/sagernet/sing-box/cmd/sing-box@lat
| `with_embedded_tor` (CGO required) | Build with embedded Tor support, see [Tor outbound](/configuration/outbound/tor). | | `with_embedded_tor` (CGO required) | Build with embedded Tor support, see [Tor outbound](/configuration/outbound/tor). |
| `with_lwip` (CGO required) | Build with LWIP Tun stack support, see [Tun inbound](/configuration/inbound/tun#stack). | | `with_lwip` (CGO required) | Build with LWIP Tun stack support, see [Tun inbound](/configuration/inbound/tun#stack). |
The binary is built under $GOPATH/bin The binary is built under `$GOBIN` (or `$GOPATH/bin` if not set):
```bash ```bash
sing-box version sing-box version
``` ```
It is also recommended to use systemd to manage sing-box service, It is also recommended to use systemd to manage sing-box service,
see [Linux server installation example](/examples/linux-server-installation). see [Linux server installation example](/examples/linux-server-installation).
Also, there is an unofficial community-maintained build with all tags enabled, which builds the latest (stable, or unstable) tag on schedule that is available here: <https://github.com/z4x7k/sing-box-all>.