Skip to content

Commit

Permalink
Updated composer.json & README
Browse files Browse the repository at this point in the history
  • Loading branch information
pini-girit committed Nov 28, 2018
1 parent 7fb804b commit fc62e2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ Magento 2 module for integration with Cloudinary.

---

## Installation (using git & composer)
## Install via composer
Run the following command under your Magento 2 root dir:

```
git clone https://github.com/cloudinary/cloudinary_magento2 app/code/Cloudinary/Cloudinary
composer require cloudinary/cloudinary_php:1.8.0
composer require cloudinary/cloudinary-magento2
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "cloudinary/magento2-module-cloudinary",
"name": "cloudinary/cloudinary-magento2",
"description": "Cloudinary Magento 2 Integration.",
"type": "magento2-module",
"version": "1.6.3",
Expand Down

0 comments on commit fc62e2b

Please sign in to comment.