diff --git a/cli/CONTRIBUTING.md b/cli/CONTRIBUTING.md index d402e43d322..2910cc235b4 100644 --- a/cli/CONTRIBUTING.md +++ b/cli/CONTRIBUTING.md @@ -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