diff --git a/README.md b/README.md index 5c979c6bc..0508d5c61 100644 --- a/README.md +++ b/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 ```