doc: remove entc command from getting-started (#798)

This commit is contained in:
Ariel Mashraki
2020-09-25 10:35:59 +03:00
committed by GitHub
parent 142773b73d
commit f93dffcf10

View File

@@ -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