ent/doc: better installation instructions

Reviewed By: alexsn

Differential Revision: D17950790

fbshipit-source-id: d7517768bdfcc2eff8a5d900943a61ea2359d91b
This commit is contained in:
Ariel Mashraki
2019-10-16 04:28:46 -07:00
committed by Facebook Github Bot
parent 38b1fc9e66
commit e75a817d63
3 changed files with 30 additions and 3 deletions

View File

@@ -12,11 +12,13 @@ Simple, yet powerful ORM for modeling and querying data.
- **Statically Typed And Explicit API** - 100% statically typed and explicit API using code generation.
- **Multi Storage Driver** - supports MySQL, SQLite and Gremlin.
## Installation
## Quick Installation
```console
go get github.com/facebookincubator/ent/cmd/entc
```
For proper installation using [Go modules], visit [entgo.io website][entgo instal].
## Docs
The documentation for developing and using ent is available at: https://entgo.io
@@ -31,3 +33,7 @@ Read more about the motivation of the project [here](https://entgo.io/blog/2019/
## License
ent is licensed under Apache 2.0 as found in the [LICENSE file](LICENSE).
[entgo instal]: https://entgo.io/docs/code-gen/#version-compatibility-between-entc-and-ent
[Go modules]: https://github.com/golang/go/wiki/Modules#quick-start