Skip to content

Commit

Permalink
doc: update installation in getting-started (ent#2414)
Browse files Browse the repository at this point in the history
since Go 1.18 `go get` is no longer the way to download a command for any supported version: updated to use go install instead.
  • Loading branch information
fgm authored and gitlawr committed Apr 13, 2022
1 parent 6deb724 commit 5961136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/md/getting-started.md
Expand Up @@ -29,7 +29,7 @@ go mod init <project>
## Installation

```console
go get -d entgo.io/ent/cmd/ent
go install entgo.io/ent/cmd/ent@latest
```

After installing `ent` codegen tool, you should have it in your `PATH`.
Expand Down

0 comments on commit 5961136

Please sign in to comment.