mirror of
https://github.com/ent/ent.git
synced 2026-04-28 05:30:56 +03:00
ent/doc: better installation instructions
Reviewed By: alexsn Differential Revision: D17950790 fbshipit-source-id: d7517768bdfcc2eff8a5d900943a61ea2359d91b
This commit is contained in:
committed by
Facebook Github Bot
parent
38b1fc9e66
commit
e75a817d63
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user