From b48d2c0dbc1d34846de4d860972d4376f8157025 Mon Sep 17 00:00:00 2001 From: "127.0.0.1:443" Date: Tue, 13 Jun 2023 16:40:51 +0330 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 5d4ab29..ad9f26f 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,19 @@ Google讨论组:[https://groups.google.com/d/forum/go-gost](https://groups.goo [https://github.com/go-gost/gost/releases](https://github.com/go-gost/gost/releases) +### 安装脚本 + + +```bash +# 安装最新版本 https://github.com/go-gost/gost/releases](https://github.com/go-gost/gost/releases +sudo bash <(curl -fsSL https://github.com/samsesh/gost/raw/master/install.sh) --install +``` +```bash +# 选择要安装的版本 +sudo bash <(curl -fsSL https://github.com/samsesh/gost/raw/master/install.sh) +``` + + ### 源码编译 ```