mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
doc: update getting-started to not mention PATH
This commit is contained in:
@@ -33,8 +33,8 @@ go mod init <project>
|
||||
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 <command>`
|
||||
After installing `ent` codegen tool, use `go run entgo.io/ent/cmd/ent <command>` to execute
|
||||
commands.
|
||||
|
||||
## Create Your First Schema
|
||||
|
||||
|
||||
Reference in New Issue
Block a user