Skip to content

Commit

Permalink
Modify README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
voidint committed Mar 28, 2018
1 parent 2549e56 commit 4ecb635
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,19 +83,19 @@ commit: db8b606cfc2b24a24e2e09acac24a52c47b68401

## 安装
- 源代码安装
1. 拉取源代码
- 拉取源代码

``` shell
$ go get -u -v github.com/voidint/gbb
```
1. 编译(默认情况下`go get`就会编译安装)
- 编译(默认情况下`go get`就会编译安装)

```
$ cd $GOPATH/src/github.com/voidint/gbb && go install
```
1. 将可执行文件`gbb`放置到`PATH`环境变量内
1. 执行`which gbb`确认是否安装成功
1. 若`gbb`重名,那么建议设置别名,比如`alias gbb=gbb2`。
- 将可执行文件`gbb`放置到`PATH`环境变量内
- 执行`which gbb`确认是否安装成功
- 若`gbb`重名,那么建议设置别名,比如`alias gbb=gbb2`。

- 二进制安装

Expand Down

0 comments on commit 4ecb635

Please sign in to comment.