mirror of
https://github.com/beego/bee.git
synced 2024-11-22 10:10:53 +00:00
minor update
This commit is contained in:
parent
d3313f7bc7
commit
478cbb39b9
@ -15,9 +15,11 @@ Begin by installing `bee` using `go get` command.
|
|||||||
|
|
||||||
go get github.com/beego/bee
|
go get github.com/beego/bee
|
||||||
|
|
||||||
Then you can add `bee` binary to PATH:
|
Then you can add `bee` binary to PATH environment variable in your `~/.bashrc` or `~/.bash_profile` file:
|
||||||
|
|
||||||
|
```bash
|
||||||
export PATH=$PATH:<your_main_gopath>/bin/bee
|
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:
|
||||||
|
|
||||||
@ -46,7 +48,7 @@ alias g:a="bee generate appcode"
|
|||||||
alias g:m="bee generate model"
|
alias g:m="bee generate model"
|
||||||
alias g:c="bee generate controller"
|
alias g:c="bee generate controller"
|
||||||
alias g:v="bee generate view"
|
alias g:v="bee generate view"
|
||||||
alias g:mig="bee generate migration"
|
alias g:mi="bee generate migration"
|
||||||
```
|
```
|
||||||
|
|
||||||
These can be stored in, for example, your `~/.bash_profile` or `~/.bashrc` files.
|
These can be stored in, for example, your `~/.bash_profile` or `~/.bashrc` files.
|
||||||
|
Loading…
Reference in New Issue
Block a user