diff --git a/README.md b/README.md index 5a1b584..e97939c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - Acme Pizza Bundle ================= @@ -16,6 +15,29 @@ Symfony(https://github.com/symfony/symfony) obviously. Installation ------------ +### Add the deps for the needed bundles + +``` php +[AcmePizzaBundle] + git=https://github.com/beberlei/AcmePizzaBundle.git + target=/bundles/Acme/PizzaBundle + +[doctrine-fixtures] + git=http://github.com/doctrine/data-fixtures.git + +[DoctrineFixturesBundle] + git=http://github.com/symfony/DoctrineFixturesBundle.git + target=/bundles/Symfony/Bundle/DoctrineFixturesBundle +``` + +### Add to autoload.php + +``` php +$loader->registerNamespaces(array( + 'Acme' => __DIR__.'/../vendor/bundles', + // ... +``` + ### Register AcmePizzaBundle to Kernel