diff --git a/README.md b/README.md index ff50a94..f139910 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,19 @@ # FireGento_FastSimpleImport_Demo Demo module for calling FireGento_FastSimpleImport via command line + + Installation Instructions with Composer +--------------------------------------------- + + composer require firegento/fastsimpleimportdemo + bin/magento module:enable FireGento_FastSimpleImportDemo + bin/magento setup:upgrade + + + + +Installation Instructions with Composer(Master Branch) --------------------------------------------- composer config repositories.firegento_fastsimpleimportdemo vcs https://github.com/firegento/FireGento_FastSimpleImport2_Demo diff --git a/composer.json b/composer.json index 7a9151b..7fb7e72 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,8 @@ "description": "Wrapper for Magento2 ImportExport functionality, which imports products and customers from arrays", "homepage": "https://github.com/magento-hackathon/FireGento_FastSimpleImport2_Demo", "require": { - "php": "~5.5.0|~5.6.0|~7.0.0" + "php": "~5.5.0|~5.6.0|~7.0.0", + "firegento/fastsimpleimport": "*" }, "type": "magento2-module", "license": "GPL-3.0",