mirror of
https://github.com/ent/ent.git
synced 2026-03-05 19:35:23 +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
@@ -19,7 +19,7 @@ src="https://s3.eu-central-1.amazonaws.com/entgo.io/assets/gopher_graph.png"/>
|
||||
|
||||
## クイックインストール
|
||||
```console
|
||||
go get entgo.io/ent/cmd/ent
|
||||
go get -d entgo.io/ent/cmd/ent
|
||||
```
|
||||
|
||||
[Go modules]を使ったインストールについては、[entgo.io website][entgo instal]をご覧ください。
|
||||
|
||||
Reference in New Issue
Block a user