You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: en-US/quickstart.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@ You will need a [Go](https://golang.org) 1.1+ installation for this to work.
9
9
You will need to install or upgrade [Beego](http://beego.vip/docs/install/bee.md) and the [Bee](http://beego.vip/docs/install/bee.md) dev tool:
10
10
11
11
```
12
-
go get -u github.com/beego/beego/v2
13
-
go get -u github.com/beego/bee/v2
12
+
go install github.com/beego/beego/v2@latest
13
+
go install github.com/beego/bee/v2@latest
14
14
```
15
15
16
16
For convenience, you should add `$GOPATH/bin` to your `$PATH` environment variable. Please make sure you have already set the `$GOPATH` environment variable.
0 commit comments