From 8c24ba081e22a2bdf038ca42ab44b3815325d8e5 Mon Sep 17 00:00:00 2001 From: William DURAND Date: Thu, 3 Feb 2011 21:40:03 +0100 Subject: [PATCH] Fix documentation (git repositories) --- README | 34 +++++++++++++++++++++------------- README.markdown | 34 +++++++++++++++++++++------------- 2 files changed, 42 insertions(+), 26 deletions(-) diff --git a/README b/README index 079e27c..eca0c28 100644 --- a/README +++ b/README @@ -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,21 +27,29 @@ Installation > svn checkout http://phing.mirror.svn.symfony-project.com/tags/2.3.3 phing - * Register this bundle in the `AppKernel` class: + * 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() - { - $bundles = array( - ... + public function registerBundles() + { + $bundles = array( + ... - // PropelBundle - new Symfony\Bundle\PropelBundle\PropelBundle(), - // register your bundles - new Sensio\HelloBundle\HelloBundle(), - ); + // PropelBundle + new Symfony\Bundle\PropelBundle\PropelBundle(), + // register your bundles + new Sensio\HelloBundle\HelloBundle(), + ); - ... - } + ... + } Sample Configuration diff --git a/README.markdown b/README.markdown index 079e27c..eca0c28 100644 --- a/README.markdown +++ b/README.markdown @@ -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,21 +27,29 @@ Installation > svn checkout http://phing.mirror.svn.symfony-project.com/tags/2.3.3 phing - * Register this bundle in the `AppKernel` class: + * 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() - { - $bundles = array( - ... + public function registerBundles() + { + $bundles = array( + ... - // PropelBundle - new Symfony\Bundle\PropelBundle\PropelBundle(), - // register your bundles - new Sensio\HelloBundle\HelloBundle(), - ); + // PropelBundle + new Symfony\Bundle\PropelBundle\PropelBundle(), + // register your bundles + new Sensio\HelloBundle\HelloBundle(), + ); - ... - } + ... + } Sample Configuration