fix: add 'go mod tidy' cmd to make quick-start available (#1973)

Signed-off-by: vgjm <vgjm456@qq.com>
status-code-override
Jinming Guo 3 years ago committed by chenzhihui
parent f1b8ede77f
commit bdcd9c4525
  1. 1
      README.md

@ -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
```

Loading…
Cancel
Save