update path in server contributing guide (#136)

update path in server contributing guide
This commit is contained in:
Earl St Sauver 2018-07-16 15:57:13 +02:00 committed by Shahidh K Muhammed
parent cd0fa79147
commit 6d68a819e0

View File

@ -16,7 +16,7 @@ own machine, and how to contribute.
- Clone your forked repo: `git clone https://github.com/<your-username>/graphql-engine`
### Compile
- `cd graphql-engine`
- `cd graphql-engine/server`
- `stack build --fast`
### Run