From b7266f46600966d073b375c1acd4c7be11320bfa Mon Sep 17 00:00:00 2001 From: "127.0.0.1:443" Date: Tue, 13 Jun 2023 16:38:28 +0330 Subject: [PATCH] Update README_en.md --- README_en.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README_en.md b/README_en.md index 16c3160..aae506b 100644 --- a/README_en.md +++ b/README_en.md @@ -37,6 +37,17 @@ Legacy version: [v2.gost.run](https://v2.gost.run/en/) [https://github.com/go-gost/gost/releases](https://github.com/go-gost/gost/releases) +### install script + +```bash +# install latest from 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 +# select version for install +sudo bash <(curl -fsSL https://github.com/samsesh/gost/raw/master/install.sh) +``` + ### From source ```