From c89cd7e19288b7d63be80ce8ad0f6c6c78d6ed61 Mon Sep 17 00:00:00 2001 From: youngsterxyf Date: Tue, 30 Aug 2016 10:41:48 +0800 Subject: [PATCH] update doc: installation supports brew --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 16f6039..1a15e2b 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,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: