update README

This commit is contained in:
ginuerzh 2020-02-09 14:48:41 +08:00
parent cbc9c1f77e
commit 3142a4283e
2 changed files with 8 additions and 2 deletions

View File

@ -49,7 +49,9 @@ Google讨论组: <https://groups.google.com/d/forum/go-gost>
#### 源码编译
```bash
go get -u github.com/ginuerzh/gost/cmd/gost
git clone https://github.com/ginuerzh/gost.git
cd gost/cmd/gost
go build
```
#### Docker
@ -61,6 +63,7 @@ docker pull ginuerzh/gost
#### Ubuntu商店
```bash
sudo snap install core
sudo snap install gost
```

View File

@ -46,7 +46,9 @@ Installation
#### From source
```bash
go get -u github.com/ginuerzh/gost/cmd/gost
git clone https://github.com/ginuerzh/gost.git
cd gost/cmd/gost
go build
```
#### Docker
@ -58,6 +60,7 @@ docker pull ginuerzh/gost
#### Ubuntu store
```bash
sudo snap install core
sudo snap install gost
```