From 3fe51053bb590bac3ba49ade740d3628f3710952 Mon Sep 17 00:00:00 2001 From: Dan Patrick Date: Thu, 11 Aug 2011 19:35:29 -0500 Subject: [PATCH] Added instruction to run bin/vendors install --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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