doc: minor change in getting-started and gitignore update (#984)

This commit is contained in:
Pavel Kerbel
2020-11-25 16:11:41 +02:00
committed by GitHub
parent 013c185b4a
commit 95842ec16b
2 changed files with 2 additions and 0 deletions

1
doc/.gitignore vendored
View File

@@ -10,3 +10,4 @@ website/build/
website/yarn.lock
website/node_modules
website/i18n/*
website/package-lock.json

View File

@@ -24,6 +24,7 @@ go get github.com/facebook/ent/cmd/entc
```
After installing `entc` (the code generator for `ent`), you should have it in your `PATH`.
If you don't find it your path, you can also run: `go run github.com/facebook/ent/cmd/entc <command>`
## Setup A Go Environment