Skip to content

Commit

Permalink
Updated installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Guigan committed May 24, 2014
1 parent 9bb580a commit 8631af5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ From your application root:

$ php composer.phar require --prefer-dist "akeneo/excel-connector-bundle"

Register the bundle by adding the following line inside the `app/AppKernel.php` file, just before the "return $bundles;" line:
Register the bundle by adding the following lines inside the `app/AppKernel.php` file, just before the "return $bundles;" line:

$bundles[] = new Akeneo\Bundle\SpreadsheetParserBundle\SpreadsheetParserBundle();
$bundles[] = new Pim\Bundle\ExcelConnectorBundle\PimExcelConnectorBundle();


Expand Down

0 comments on commit 8631af5

Please sign in to comment.