From b72bee5e5b85952b965a3c5503ca4e88bc2e3eb8 Mon Sep 17 00:00:00 2001 From: Krzysztof Piasecki Date: Fri, 8 Dec 2017 20:27:05 +0100 Subject: [PATCH] Fix shell command By default the folder has the same name as repository --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b7951a..ae06fba 100755 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ In order to run **Adminator** on your local machine all what you need to do is t Start by typing the following commands in your terminal in order to get **Adminator** full package on your machine and starting a local development server with live reload feature. ``` -> git clone https://github.com/puikinsh/Adminator-admin-dashboard.git +> git clone https://github.com/puikinsh/Adminator-admin-dashboard.git adminator > cd adminator > npm install > npm run dev