fix cli contrib instructions (#1958)

This commit is contained in:
Rishichandra Wawhal 2019-04-11 09:15:18 +05:30 committed by Shahidh K Muhammed
parent 22656cefbd
commit ac523b8f2b

View File

@ -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/<your-username>/graphql-engine`
- `cd graphql-engine`
- `cd graphql-engine/cli`
- `git remote add upstream https://github.com/hasura/graphql-engine`
- `git checkout -b <branch-name>`
- `make deps`