1
0
mirror of https://github.com/beego/bee.git synced 2025-07-17 18:22:17 +00:00

rename mod as a quickfix

This commit is contained in:
Waleed Gadelkareem
2020-04-18 21:00:23 +02:00
parent a7697e1e3e
commit 723a91f640
38 changed files with 134 additions and 134 deletions

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:
```bash
go get github.com/beego/bee
go get github.com/gadelkareem/bee
```
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:
```bash
go get -u github.com/beego/bee
go get -u github.com/gadelkareem/bee
```
## Basic commands