From 40f2451ca4c0d972d46d7f7c2ee3bdd6ce652ced Mon Sep 17 00:00:00 2001 From: Liujian Date: Thu, 16 Oct 2014 21:13:00 +0800 Subject: [PATCH] Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6b1d6fb..3ffcbaa 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Bee is a command line tool facilitating development with beego framework. ## 新增采用 Hprose 发布RPC服务 +```bash go get github.com/Lao-liu/bee bee hprose DbApi -conn=root:@tcp\(127.0.0.1:3306\)/test @@ -17,6 +18,7 @@ Bee is a command line tool facilitating development with beego framework. cd DbApi bee run +``` #### 浏览器打开 http://127.0.0.1:8080