1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-25 05:24:13 +00:00

Merge pull request #114 from Xuyuanp/master

bee command
This commit is contained in:
astaxie 2013-07-30 02:42:09 -07:00
commit 71173aa010

View File

@ -74,7 +74,7 @@ What happened in behind above example?
Get into your $GOPATH, then use following command to setup Beego project:
bee create hello
bee new hello
It generates folders and files for your project, directory structure as follows: