diff --git a/README.md b/README.md index e4920a8..d4e35d0 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,16 @@ export PATH=$PATH:/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: