diff --git a/doc/md/getting-started.md b/doc/md/getting-started.md index 231842389..375ae5733 100755 --- a/doc/md/getting-started.md +++ b/doc/md/getting-started.md @@ -29,7 +29,7 @@ go mod init ## Installation ```console -go get -d entgo.io/ent/cmd/ent +go install entgo.io/ent/cmd/ent@latest ``` After installing `ent` codegen tool, you should have it in your `PATH`.