update README
This commit is contained in:
parent
cbc9c1f77e
commit
3142a4283e
@ -49,7 +49,9 @@ Google讨论组: <https://groups.google.com/d/forum/go-gost>
|
|||||||
#### 源码编译
|
#### 源码编译
|
||||||
|
|
||||||
```bash
|
```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
|
#### Docker
|
||||||
@ -61,6 +63,7 @@ docker pull ginuerzh/gost
|
|||||||
#### Ubuntu商店
|
#### Ubuntu商店
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
sudo snap install core
|
||||||
sudo snap install gost
|
sudo snap install gost
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -46,7 +46,9 @@ Installation
|
|||||||
#### From source
|
#### From source
|
||||||
|
|
||||||
```bash
|
```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
|
#### Docker
|
||||||
@ -58,6 +60,7 @@ docker pull ginuerzh/gost
|
|||||||
#### Ubuntu store
|
#### Ubuntu store
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
sudo snap install core
|
||||||
sudo snap install gost
|
sudo snap install gost
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user