From 64607745dbc2d576cdc2e6bddd6f3417b9eed689 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Tue, 22 Jan 2019 09:43:15 +0100 Subject: [PATCH] Added instr. to create Backend folder --- backend/installation/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/backend/installation/README.md b/backend/installation/README.md index 1f3b52ef5..f391d63a7 100644 --- a/backend/installation/README.md +++ b/backend/installation/README.md @@ -12,7 +12,9 @@ Click on the fork button. ![Fork screenshot](../../.gitbook/assets/screenshot-forking-nitro-backend.png) -After you have forked, modify the following command to add your Github user name. +After you have forked and before you clone, create a folder on your computer to where the Nitro-Backend folders and files of your fork will be cloned (copied). In your terminal or commandline tool make this folder the actual path. + +For cloning modify the following command to add your Github user name. {% tabs %} {% tab title="HTTPS" %} @@ -116,5 +118,5 @@ $ npm run start This will start the GraphQL service \(by default on [http://localhost:4000](http://localhost:4000)\) where you can issue GraphQL requests or access GraphQL Playground in the browser. {% hint style="warning" %} -But before you can issue GraphQL requests or access GraphQL Playground you have to install and start your Neo4j database. See next step … +But before you can issue GraphQL requests or access GraphQL Playground you have to install, start and seed your Neo4j database. See next step … {% endhint %}