Skip to content

Commit

Permalink
fix: add 'go mod tidy' cmd to make quick-start available (#1973)
Browse files Browse the repository at this point in the history
Signed-off-by: vgjm <vgjm456@qq.com>
  • Loading branch information
Jinming Guo authored and tonybase committed May 31, 2022
1 parent f1b8ede commit bdcd9c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ go install github.com/go-kratos/kratos/cmd/kratos/v2@latest && kratos upgrade

```shell
kratos new helloworld
cd helloworld/ && go mod tidy
kratos run
```

Expand Down

0 comments on commit bdcd9c4

Please sign in to comment.