From ac523b8f2bd46e1761eb35a4714d7d9991fb00a2 Mon Sep 17 00:00:00 2001 From: Rishichandra Wawhal Date: Thu, 11 Apr 2019 09:15:18 +0530 Subject: [PATCH] fix cli contrib instructions (#1958) --- cli/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`