mirror of
https://github.com/ent/ent.git
synced 2026-04-28 13:40: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
@@ -25,7 +25,7 @@ go mod init todo
|
||||
Run the following Go commands to install Ent, and tell it to initialize the project structure along with a `Todo` schema.
|
||||
|
||||
```console
|
||||
go get entgo.io/ent/cmd/ent
|
||||
go get -d entgo.io/ent/cmd/ent
|
||||
```
|
||||
|
||||
```console
|
||||
|
||||
Reference in New Issue
Block a user