mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
doc: minor change in getting-started and gitignore update (#984)
This commit is contained in:
1
doc/.gitignore
vendored
1
doc/.gitignore
vendored
@@ -10,3 +10,4 @@ website/build/
|
||||
website/yarn.lock
|
||||
website/node_modules
|
||||
website/i18n/*
|
||||
website/package-lock.json
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user