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

Signed-off-by: vgjm <vgjm456@qq.com>
pull/1977/head
Jinming Guo 3 years ago committed by GitHub
parent 36dfcdb0a6
commit bc9d2074af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      README.md

@ -73,6 +73,7 @@ go install github.com/go-kratos/kratos/cmd/kratos/v2@latest && kratos upgrade
```shell ```shell
kratos new helloworld kratos new helloworld
cd helloworld/ && go mod tidy
kratos run kratos run
``` ```

Loading…
Cancel
Save