From a564652821593640b486d71c4538008f82db717e Mon Sep 17 00:00:00 2001 From: Aigars Silkalns Date: Sat, 18 Nov 2017 08:59:53 +0200 Subject: [PATCH] Updated repo URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a53a6f..0feef97 100755 --- a/README.md +++ b/README.md @@ -29,7 +29,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 [LINK HERE] +> git clone https://github.com:puikinsh/Adminator-admin-dashboard.git > cd adminator > npm install > npm run dev