From 6d68a819e089cc38d18d37f79600aff44940bbf0 Mon Sep 17 00:00:00 2001 From: Earl St Sauver Date: Mon, 16 Jul 2018 15:57:13 +0200 Subject: [PATCH] update path in server contributing guide (#136) update path in server contributing guide --- server/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/CONTRIBUTING.md b/server/CONTRIBUTING.md index 5cb4a3fffe8..86f00e143b4 100644 --- a/server/CONTRIBUTING.md +++ b/server/CONTRIBUTING.md @@ -16,7 +16,7 @@ own machine, and how to contribute. - Clone your forked repo: `git clone https://github.com//graphql-engine` ### Compile -- `cd graphql-engine` +- `cd graphql-engine/server` - `stack build --fast` ### Run