Skip to content

Commit

Permalink
Updated installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Dliv3 committed Feb 23, 2019
1 parent 001e412 commit 2c0186e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ You can use venom to easily proxy network traffic to a multi-layer intranet, and

You can directly download the executable files from https://github.com/Dliv3/Venom/releases

If you want to compile the project from source, you need to install **go >= 1.11**, then execute the following command
If you want to compile the project from source, you need to install **go >= 1.11**, then execute the following commands.

```
go get -u github.com/Dliv3/Venom/...
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Venom可将多个节点进行连接,然后以节点为跳板,构建多级代

您可以直接下载使用[release](https://github.com/Dliv3/Venom/releases)中编译好的可执行文件

如果您想从源码编译该项目, 需要安装 go >= 1.11, 然后执行下面的命令
如果您想从源码编译该项目, 需要安装 **go >= 1.11**, 然后执行下面的命令

```
go get -u github.com/Dliv3/Venom/...
Expand Down

0 comments on commit 2c0186e

Please sign in to comment.