From 7aa97a332eaf80930895b3f2a21573f5de4e6bf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Fri, 9 Sep 2022 13:54:02 +0800 Subject: [PATCH] Fix documentation --- docs/index.md | 4 ++-- docs/index.zh.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index 89e2782e..20514724 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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@v1.0-beta2 +go install -v github.com/sagernet/sing-box/cmd/sing-box@latest ``` Install with options: ```bash -go install -v -tags with_clash_api github.com/sagernet/sing-box/cmd/sing-box@v1.0-beta2 +go install -v -tags with_clash_api github.com/sagernet/sing-box/cmd/sing-box@latest ``` | Build Tag | Description | diff --git a/docs/index.zh.md b/docs/index.zh.md index 8d85f782..944daff1 100644 --- a/docs/index.zh.md +++ b/docs/index.zh.md @@ -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@v1.0-beta2 +go install -v github.com/sagernet/sing-box/cmd/sing-box@latest ``` 自定义安装: ```bash -go install -v -tags with_clash_api github.com/sagernet/sing-box/cmd/sing-box@v1.0-beta2 +go install -v -tags with_clash_api github.com/sagernet/sing-box/cmd/sing-box@latest ``` | 构建标志 | 描述 |