diff --git a/doc/md/getting-started.md b/doc/md/getting-started.md index 2318423891..375ae57335 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`.