Browse Source

update README

pull/507/head
ginuerzh 6 years ago
parent
commit
3142a4283e
  1. 5
      README.md
  2. 5
      README_en.md

5
README.md

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

5
README_en.md

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

Loading…
Cancel
Save