This commit is contained in:
Sam Sesh
2023-06-13 18:21:33 +03:30
committed by ginuerzh
parent b48d2c0dbc
commit 98c9cc2821
3 changed files with 5 additions and 5 deletions

View File

@ -41,11 +41,11 @@ Legacy version: [v2.gost.run](https://v2.gost.run/en/)
```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 <(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)
bash <(curl -fsSL https://github.com/samsesh/gost/raw/master/install.sh)
```
### From source