Merge pull request #194 from jtpenny/jtpenny-readme-patch-1

Fixed readme. $PATH was incorrect
This commit is contained in:
astaxie 2016-04-13 22:26:36 +08:00
commit 83c0804675
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ go get github.com/beego/bee
Then you can add `bee` binary to PATH environment variable in your `~/.bashrc` or `~/.bash_profile` file:
```bash
export PATH=$PATH:<your_main_gopath>/bin/bee
export PATH=$PATH:<your_main_gopath>/bin
```
> If you already have `bee` installed, updating `bee` is simple: