1
0
mirror of https://github.com/beego/bee.git synced 2025-07-06 20:00:19 +00:00
This commit is contained in:
DennisMao
2020-03-11 21:45:39 +08:00
parent 6a86284cec
commit 27ea2b1fe7

View File

@ -16,7 +16,7 @@ Bee is a command-line tool facilitating development of Beego-based application.
To install `bee` use the `go get` command: To install `bee` use the `go get` command:
```bash ```bash
go get github.com/beego/bee GO111MODULE=off 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:
@ -28,7 +28,7 @@ export PATH=$PATH:<your_main_gopath>/bin
> If you already have `bee` installed, updating `bee` is simple: > If you already have `bee` installed, updating `bee` is simple:
```bash ```bash
go get -u github.com/beego/bee GO111MODULE=off go get -u github.com/beego/bee
``` ```
## Basic commands ## Basic commands