Update README_en.md

pull/232/head
127.0.0.1:443 2023-06-13 16:38:28 +03:30 committed by GitHub
parent 5059e7f250
commit 204b15b1bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -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
```