1
0
mirror of https://github.com/beego/bee.git synced 2024-06-16 03:33:34 +00:00

update README.md

This commit is contained in:
Liujian 2014-10-31 13:53:48 +08:00
parent 76cbc8a3cc
commit 7c2c95b325

View File

@ -33,7 +33,7 @@ go get -u github.com/beego/bee
## Basic commands
Bee provides a variety of commands which can be helpful at various stage of development. The top level commands include:
```base
new create an application base on beego framework
run run the app which can hot compile
pack compress an beego project
@ -43,7 +43,7 @@ Bee provides a variety of commands which can be helpful at various stage of deve
generate source code generator
migrate run database migrations
hprose create an rpc application use hprose base on beego framework
```
## bee version
The first command is the easiest: displaying which version of `bee`, `beego` and `go` is installed on your machine: