doc: change install command (#2314)

This commit is contained in:
Sasha Melentyev
2022-02-09 15:09:11 +03:00
committed by GitHub
parent 74e988616a
commit 52d4c6986f
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ with large data-models.
## Quick Installation
```console
go get -d entgo.io/ent/cmd/ent
go install entgo.io/ent/cmd/ent@latest
```
For proper installation using [Go modules], visit [entgo.io website][entgo instal].

View File

@@ -19,7 +19,7 @@ src="https://s3.eu-central-1.amazonaws.com/entgo.io/assets/gopher_graph.png"/>
## クイックインストール
```console
go get -d entgo.io/ent/cmd/ent
go install entgo.io/ent/cmd/ent@latest
```
[Go modules]を使ったインストールについては、[entgo.io website][entgo instal]をご覧ください。

View File

@@ -17,7 +17,7 @@ ent是一个简单而又功能强大的Go语言实体框架ent易于构建和
## 快速安装
```console
go get -d entgo.io/ent/cmd/ent
go install entgo.io/ent/cmd/ent@latest
```
请访问[entgo.io website][entgo instal]以使用[Go modules]进行正确安装。