diff --git a/doc/md/getting-started.md b/doc/md/getting-started.md index 1ed0b9a76..c1bc9df74 100755 --- a/doc/md/getting-started.md +++ b/doc/md/getting-started.md @@ -33,8 +33,8 @@ go mod init go install entgo.io/ent/cmd/ent@latest ``` -After installing `ent` codegen tool, you should have it in your `PATH`. -If you don't find it your path, you can also run: `go run entgo.io/ent/cmd/ent ` +After installing `ent` codegen tool, use `go run entgo.io/ent/cmd/ent ` to execute +commands. ## Create Your First Schema