Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ginuerzh committed Feb 9, 2020
1 parent cbc9c1f commit 3142a42
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -61,6 +63,7 @@ docker pull ginuerzh/gost
#### Ubuntu商店

```bash
sudo snap install core
sudo snap install gost
```

Expand Down
5 changes: 4 additions & 1 deletion README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -58,6 +60,7 @@ docker pull ginuerzh/gost
#### Ubuntu store

```bash
sudo snap install core
sudo snap install gost
```

Expand Down

0 comments on commit 3142a42

Please sign in to comment.