From 5a4dbfb01831b022aa79e3600a247e95d050718d Mon Sep 17 00:00:00 2001 From: alanz Date: Wed, 7 Dec 2011 11:54:52 +0200 Subject: [PATCH] Include reference to installing via vendor deps. Fixes #85. --- Resources/doc/README.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Resources/doc/README.markdown b/Resources/doc/README.markdown index 2328813..32639f7 100644 --- a/Resources/doc/README.markdown +++ b/Resources/doc/README.markdown @@ -35,6 +35,13 @@ Currently supports: > git submodule add https://github.com/Xosofox/phing.git vendor/phing > git submodule add https://github.com/propelorm/Propel.git vendor/propel + + * Instead of doing this manually, you can use the Symfony vendor management via the deps file: + + See http://www.propelorm.org/cookbook/symfony2/working-with-symfony2.html#via_symfony2_vendor_management + + If you are using Symfony 2.0.6, be sure to deps.lock the PropelBundle to a commit on the 2.0 branch, + which does not use the Bridge * Register this bundle in the `AppKernel` class: