From 7462b26af7dd7fb570162bd338100fb59c0c82b6 Mon Sep 17 00:00:00 2001 From: Bimochan Shrestha Date: Sat, 25 Feb 2017 22:23:47 +0545 Subject: [PATCH] Update readme.md file --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index c8610ba1..ce803854 100644 --- a/readme.md +++ b/readme.md @@ -4,8 +4,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 +* clone by entering this in term `git clone git@github.com:Shuvayatra/migration-web.git` +* and enter into that folder by `cd shuvayatra` * 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`