mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 08:02:15 +03:00
cli: update docs to remove realize specific instructions (#4398)
This commit is contained in:
parent
cba85cd4a8
commit
a1796c2c9f
@ -37,21 +37,7 @@ follow the instructions below to make sure the import paths are correct:
|
||||
|
||||
## Development workflow
|
||||
|
||||
We suggest using [realize](https://github.com/oxequa/realize) for faster dev
|
||||
workflow. The `.realize.yaml` config is already included in the repo.
|
||||
|
||||
- Install realize
|
||||
```bash
|
||||
go get github.com/oxequa/realize
|
||||
```
|
||||
- Start realize
|
||||
```bash
|
||||
realize start
|
||||
```
|
||||
|
||||
`realize` watches the directory for changes and rebuilds the cli whenever a new
|
||||
change happens. The cli is installed to `$GOPATH/bin/hasura`, which should
|
||||
already be in your `PATH`. The config is located at `.realize/realize.yaml`.
|
||||
For faster development workflow, you may use tools that watch the directory for changes and rebuilds the cli whenever a new change happens. [realize](https://github.com/oxequa/realize) and [watchrun](https://github.com/loov/watchrun) are two such examples. The configuration file for `realize` is already included in the repo at `.realize/realize.yaml`.
|
||||
|
||||
## Tests
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user