From 84ff92396313109fb32742a5599b371f38dec40b Mon Sep 17 00:00:00 2001 From: Rodrigo Manara Date: Sat, 28 Oct 2017 20:07:28 +0100 Subject: [PATCH] change read me on install process --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c887fa3..0805670 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ CLI still need to add the validations but for now it does the job to find the fi > composer install -

-     {
+

+{
     "name": "opencart/opencart",
 	   .....
     },
@@ -26,8 +26,8 @@ CLI still need to add the validations but for now it does the job to find the fi
         "post-update-cmd": [
             "Rmanara\\Lib\\Installer::Init"
         ]
-	  }
-	}
+   }
+}
  
After the installation you will a notification saying: @@ -36,7 +36,9 @@ file console ready now you can run the cli to export the extension files that you were working on > php console app:export {filename} + > php console app:build + > php console app:data {dump|optmise} it will build the folder **"/temp_extension"** and put all file that has that name in it \ No newline at end of file