1
0
mirror of https://github.com/beego/bee.git synced 2024-06-01 19:33:28 +00:00
This commit is contained in:
夏永锋 2017-04-20 09:24:51 +00:00 committed by GitHub
commit 51d695a358

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: