mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
doc: use go get -d for installation (#2165)
Installing executables with 'go get' in module mode is deprecated.
This commit is contained in:
committed by
GitHub
parent
b1e76d1a05
commit
990684c6c8
@@ -29,7 +29,7 @@ go mod init <project>
|
||||
## Installation
|
||||
|
||||
```console
|
||||
go get entgo.io/ent/cmd/ent
|
||||
go get -d entgo.io/ent/cmd/ent
|
||||
```
|
||||
|
||||
After installing `ent` codegen tool, you should have it in your `PATH`.
|
||||
|
||||
Reference in New Issue
Block a user