From 43ceed9b6fe6acc149debeb7cbc6796b05be05ee Mon Sep 17 00:00:00 2001 From: Ariel Mashraki <7413593+a8m@users.noreply.github.com> Date: Sat, 23 Jul 2022 16:14:58 +0300 Subject: [PATCH] doc: update getting-started to not mention PATH --- doc/md/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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