Fix documentation (git repositories)

This commit is contained in:
William DURAND 2011-02-03 21:40:03 +01:00
parent ffc537274e
commit 8c24ba081e
2 changed files with 42 additions and 26 deletions

10
README
View file

@ -17,7 +17,7 @@ Installation
* Clone this bundle in the `vendor/symfony/src/Symfony/Bundle` directory:
> git submodule add git@github.com:willdurand/PropelBundle.git vendor/symfony/src/Symfony/Bundle/PropelBundle
> git submodule add https://github.com/willdurand/PropelBundle.git vendor/symfony/src/Symfony/Bundle/PropelBundle
* Checkout Propel and Phing in the `vendor` directory:
@ -27,6 +27,14 @@ Installation
> svn checkout http://phing.mirror.svn.symfony-project.com/tags/2.3.3 phing
* You can also clone the unofficial Git repositories:
> cd vendor
> git submodule add https://github.com/KaroDidi/phing vendor/phing
> git submodule add https://github.com/KaroDidi/propel1.6 vendor/propel
* Register this bundle in the `AppKernel` class:
public function registerBundles()

View file

@ -17,7 +17,7 @@ Installation
* Clone this bundle in the `vendor/symfony/src/Symfony/Bundle` directory:
> git submodule add git@github.com:willdurand/PropelBundle.git vendor/symfony/src/Symfony/Bundle/PropelBundle
> git submodule add https://github.com/willdurand/PropelBundle.git vendor/symfony/src/Symfony/Bundle/PropelBundle
* Checkout Propel and Phing in the `vendor` directory:
@ -27,6 +27,14 @@ Installation
> svn checkout http://phing.mirror.svn.symfony-project.com/tags/2.3.3 phing
* You can also clone the unofficial Git repositories:
> cd vendor
> git submodule add https://github.com/KaroDidi/phing vendor/phing
> git submodule add https://github.com/KaroDidi/propel1.6 vendor/propel
* Register this bundle in the `AppKernel` class:
public function registerBundles()