From 76cbc8a3cc97deda3627f71c9210b2fa69196a2c Mon Sep 17 00:00:00 2001 From: Liujian Date: Fri, 31 Oct 2014 13:50:11 +0800 Subject: [PATCH] update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7033d5..76cfa2b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,9 @@ Bee is a command line tool facilitating development with beego framework. Begin by installing `bee` using `go get` command. - go get github.com/beego/bee +```bash +go get github.com/beego/bee +``` Then you can add `bee` binary to PATH environment variable in your `~/.bashrc` or `~/.bash_profile` file: @@ -24,7 +26,9 @@ export PATH=$PATH:/bin/bee > If you already have `bee` installed, updating `bee` is simple: - go get -u github.com/beego/bee +```bash +go get -u github.com/beego/bee +``` ## Basic commands @@ -38,6 +42,7 @@ Bee provides a variety of commands which can be helpful at various stage of deve version show the bee & beego version generate source code generator migrate run database migrations + hprose create an rpc application use hprose base on beego framework ## bee version