mirror of
https://github.com/beego/bee.git
synced 2024-11-22 05:00:54 +00:00
update README.md
This commit is contained in:
parent
2e7cd9b414
commit
76cbc8a3cc
@ -14,7 +14,9 @@ Bee is a command line tool facilitating development with beego framework.
|
|||||||
|
|
||||||
Begin by installing `bee` using `go get` command.
|
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:
|
Then you can add `bee` binary to PATH environment variable in your `~/.bashrc` or `~/.bash_profile` file:
|
||||||
|
|
||||||
@ -24,7 +26,9 @@ export PATH=$PATH:<your_main_gopath>/bin/bee
|
|||||||
|
|
||||||
> If you already have `bee` installed, updating `bee` is simple:
|
> 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
|
## 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
|
version show the bee & beego version
|
||||||
generate source code generator
|
generate source code generator
|
||||||
migrate run database migrations
|
migrate run database migrations
|
||||||
|
hprose create an rpc application use hprose base on beego framework
|
||||||
|
|
||||||
## bee version
|
## bee version
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user