From 06be623dba339831b2eb31f36372715c8b72d9be Mon Sep 17 00:00:00 2001 From: prashant-webkul Date: Wed, 19 Dec 2018 16:37:52 +0530 Subject: [PATCH] readability fixes in readme.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ea714a05..1761b74a8 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ composer create-project bagisto/bagisto if the above command's process was successful, you will find directory **bagisto** and all of the code will be inside it. After it set your **.env** variable, especially the ones below: + * **APP_URL** * **DB_CONNECTION** * **DB_HOST** @@ -80,10 +81,12 @@ default. ### 4. Installation: **Run these Commands Below** + >> Run this command below, if installing from the zip else skip: ~~~ composer install ~~~ + ~~~ php artisan migrate ~~~ @@ -106,7 +109,7 @@ composer dump-autoload > That's it, now just execute the project on your specified domain entry point pointing to public folder inside installation directory. -### 7. License +### 5. License Bagisto is a truly opensource E-Commerce framework which will always be free under the [MIT License](https://opensource.org/licenses/MIT). ### Coming Soon: