Update README_en.md

This commit is contained in:
127.0.0.1:443 2023-06-13 16:38:28 +03:30 committed by ginuerzh
parent 6883c32157
commit b7266f4660

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