docs: update install readme (#1417)

This commit is contained in:
Kevin Wan
2022-01-05 12:31:49 +08:00
committed by GitHub
parent ba6a7c9dc8
commit 892f93a716
3 changed files with 7 additions and 7 deletions

View File

@@ -90,7 +90,7 @@ As below, go-zero protects the system with couple layers and mechanisms:
Run the following command under your project:
```shell
go get -u github.com/zeromicro/go-zero
go get -u github.com/tal-tech/go-zero
```
## 6. Quick Start
@@ -107,10 +107,10 @@ go get -u github.com/zeromicro/go-zero
```shell
# for Go 1.15 and earlier
GO111MODULE=on go get -u github.com/zeromicro/go-zero/tools/goctl@latest
GO111MODULE=on go get -u github.com/tal-tech/go-zero/tools/goctl@latest
# for Go 1.16 and later
go install github.com/zeromicro/go-zero/tools/goctl@latest
go install github.com/tal-tech/go-zero/tools/goctl@latest
```
make sure goctl is executable.