Skip to content

Commit ccda399

Browse files
dmcbaneflycash
authored andcommitted
Update quickstart.md
Use go install instead of the deprecated go get for installation
1 parent 7fc1ac6 commit ccda399

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

en-US/quickstart.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ You will need a [Go](https://golang.org) 1.1+ installation for this to work.
99
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:
1010

1111
```
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
1414
```
1515

1616
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

Comments
 (0)