From c6e423024e1cbb5cfa932ea8df45961c8ec25b5e Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Sat, 24 Jul 2010 14:23:35 +0200 Subject: [PATCH] Reference Configuration section for bootstrapping after each Install section --- manual/en/introduction.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/manual/en/introduction.txt b/manual/en/introduction.txt index 0d1fb6e98..07d51c480 100644 --- a/manual/en/introduction.txt +++ b/manual/en/introduction.txt @@ -144,6 +144,9 @@ see what you can do with it. You can also use Doctrine 2 by downloading the latest release package from [the download page](http://www.doctrine-project.org/download). +See the configuration section on how to configure and bootstrap a downloaded +version of Doctrine. + +++ GitHub Alternatively you can clone the latest version of Doctrine 2 via GitHub.com: @@ -159,6 +162,9 @@ submodules for the Common and DBAL package dependencies: This updates your Git checkout to use the Doctrine\Common and Doctrine\DBAL package versions that are recommended for the cloned Master version of Doctrine 2. +See the configuration chapter on how to configure a Github installation of Doctrine +with regards to autoloading. + > **NOTE** > > You should not combine the Doctrine-Common, Doctrine-DBAL and Doctrine-ORM master commits