doc: use go get -d for installation (#2165)

Installing executables with 'go get' in module
mode is deprecated.
This commit is contained in:
Aleksandr Razumov
2021-11-25 10:47:39 +03:00
committed by GitHub
parent b1e76d1a05
commit 990684c6c8
6 changed files with 7 additions and 7 deletions

View File

@@ -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]をご覧ください。