From a519ee7faabcdee974e0cef07fea964ffcd03b36 Mon Sep 17 00:00:00 2001 From: Bimochan Shrestha Date: Sat, 25 Feb 2017 22:36:06 +0545 Subject: [PATCH] folder name is migration-web --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c8610ba1..50a71a9d 100644 --- a/readme.md +++ b/readme.md @@ -5,7 +5,8 @@ Shuvayatra cms can be cloned from github repository and installed. Following the procedure given below: * git clone git@github.com:Shuvayatra/migration-web.git -* cd shuvayatra +* use https if permission denied `git clone https://github.com/Shuvayatra/migration-web.git` +* change directory by `cd migration-web` * install the application dependencies using command: `composer install` * copy .env.example to .env and update your the database configurations * give write permission to the storage folder using `chmod -R 777 storage`