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