chore: update readme to remove upgrade parts. (#3318)

This commit is contained in:
Kevin Wan
2023-06-04 23:34:38 +08:00
committed by GitHub
parent 8ef4164209
commit d61a55f779
2 changed files with 0 additions and 19 deletions

View File

@@ -102,17 +102,6 @@ Run the following command under your project:
```shell
go get -u github.com/zeromicro/go-zero
```
## Upgrade
To upgrade from versions eariler than v1.3.0, run the following commands.
```shell
go install github.com/zeromicro/go-zero/tools/goctl@latest
```
```shell
goctl migrate —verbose —version v1.5.2
```
## Quick Start