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

bee command

This commit is contained in:
Xuyuan Pang 2013-07-30 17:29:22 +08:00
parent 4ffe988c30
commit 4ee3d6aad4

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: