mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-04-10 04:10:54 +00:00
Update README.md
This commit is contained in:
parent
c4fa9b6888
commit
43c0044cce
1 changed files with 6 additions and 5 deletions
11
README.md
11
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue