ent/doc: fix getting started example and add link to Github

Reviewed By: alexsn

Differential Revision: D17734937

fbshipit-source-id: abced88c23b7385d371361c5069292de5c1c5b1e
This commit is contained in:
Ariel Mashraki
2019-10-03 01:38:35 -07:00
committed by Facebook Github Bot
parent 86c14d7a3c
commit 6d159024e7
38 changed files with 6952 additions and 67 deletions

9
examples/start/README.md Normal file
View File

@@ -0,0 +1,9 @@
# Getting Started Example
The example from the getting-started page in https://entgo.io.
### Generate Assets
```console
go generate ./...
```