diff --git a/README.md b/README.md index 7366a84..9105e4b 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,11 @@ Installation git=http://github.com/symfony/DoctrineFixturesBundle.git target=/bundles/Symfony/Bundle/DoctrineFixturesBundle ``` +Next, run the vendors script to download the bundles: + +``` bash +$ php bin/vendors install +``` ### Add to autoload.php