Skip to content

Commit

Permalink
Updated README to use packagist for installation
Browse files Browse the repository at this point in the history
  • Loading branch information
wsagen committed May 23, 2016
2 parents a81ccb3 + 2653cbd commit 6328669
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,9 @@ A Shipping Rate module for Magento 2.x which supports showing multiple shipping

Installation is via composer.

Add the following to the composer.json file in your magento root directory:

"webshopapps/mage2-matrixrate": "dev-master"
You also need to specify the repository:

"repositories": [
{
"type": "git",
"url": "git@github.com:webshopapps/module-matrixrate.git"
}
]

You can now install the module via `composer update` from the root directory.

Finally you need to get the actual module loaded within Magento itself. In Magento 1.x you add a file to app/etc/modules.
In Magento 2.x run the following command for each module you wish to enable
php -f bin/magento module:enable --clear-static-content Module_Name
To install, go to the root folder of your Magento installation and type
composer require webshopapps/module-matrixrate
Once composer has completed downloading run
php -f bin/magento setup:upgrade


Expand Down

0 comments on commit 6328669

Please sign in to comment.