diff --git a/cli/CONTRIBUTING.md b/cli/CONTRIBUTING.md index 69bdd8570aa..4a3e9604303 100644 --- a/cli/CONTRIBUTING.md +++ b/cli/CONTRIBUTING.md @@ -28,7 +28,7 @@ follow the instructions below to make sure the import paths are correct: - `mkdir -p $GOPATH/src/github.com/hasura` - `cd $GOPATH/src/github.com/hasura` - `git clone https://github.com//graphql-engine` -- `cd graphql-engine` +- `cd graphql-engine/cli` - `git remote add upstream https://github.com/hasura/graphql-engine` - `git checkout -b ` - `make deps`