Update README.md

This commit is contained in:
Alex Lushpai 2014-04-30 03:56:13 +04:00
parent 43c0044cce
commit 50afe01d02

View File

@ -15,24 +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.
#### Install module via Admin interface.
Go to Admin -> Modules -> Add module. After that upload your .zip archive and activate module.