mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
doc: remove entc command from getting-started (#798)
This commit is contained in:
@@ -89,7 +89,7 @@ func (User) Fields() []ent.Field {
|
||||
}
|
||||
```
|
||||
|
||||
Run `entc generate` from the root directory of the project, or use `go generate`:
|
||||
Run `go generate` from the root directory of the project as follows:
|
||||
|
||||
```go
|
||||
go generate ./ent
|
||||
|
||||
Reference in New Issue
Block a user