From 531f985a88f5c6d6f1c998f34f77aaf1d924cc1f Mon Sep 17 00:00:00 2001 From: z4x7k <124668612+z4x7k@users.noreply.github.com> Date: Sun, 9 Jul 2023 04:58:34 +0000 Subject: [PATCH] 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> --- docs/installation/from-source.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/installation/from-source.md b/docs/installation/from-source.md index 5ab46bbb..56142d69 100644 --- a/docs/installation/from-source.md +++ b/docs/installation/from-source.md @@ -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_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 sing-box version ``` It is also recommended to use systemd to manage sing-box service, -see [Linux server installation example](/examples/linux-server-installation). \ No newline at end of file +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: .