From 43c0044ccedae872fa3b07a422999442f9b55564 Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Wed, 30 Apr 2014 03:55:37 +0400 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e2614e5..26c1cd6 100644 --- a/README.md +++ b/README.md @@ -15,23 +15,24 @@ Installation ### 1. Manual installation -##### Clone module +##### Clone module. ``` git clone git@github.com:/intarocrm/prestashop-module.git ``` -##### Install Rest API Client +##### Install Rest API Client. ``` cd prestashop-module composer update ``` -##### Create .zip file +##### Create .zip file. ``` zip -r intarocrm.zip intarocrm ``` -###### Install module via Admin interface -Go to Admin -> Modules -> Add module. After that upload your .zip archive and activate module. +##### Install module via Admin interface. + +Go to Admin -> Modules -> Add module. After that upload your .zip archive and activate module.