This commit is contained in:
夏永锋 2017-04-20 09:24:51 +00:00 committed by GitHub
commit 51d695a358
1 changed files with 10 additions and 0 deletions

View File

@ -30,6 +30,16 @@ export PATH=$PATH:<your_main_gopath>/bin
go get -u github.com/beego/bee
```
------
On **Mac OS X**, bee can be installed via [Homebrew](http://brew.sh/):
```bash
brew tap youngsterxyf/bee
brew tap-pin youngsterxyf/bee
brew install --HEAD bee
```
## Basic commands
Bee provides a variety of commands which can be helpful at various stages of development. The top level commands include: