From cfe5424cf9f695f7bdcab26ff80d4fcc28e38708 Mon Sep 17 00:00:00 2001 From: Tomas Paladin Volf Date: Tue, 8 Nov 2011 14:44:48 +0100 Subject: [PATCH] Fixed pear command for install, "boostrap" => "bootstrap" --- en/tutorials/getting-started-xml-edition.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/tutorials/getting-started-xml-edition.rst b/en/tutorials/getting-started-xml-edition.rst index b6722563e..61da8010c 100644 --- a/en/tutorials/getting-started-xml-edition.rst +++ b/en/tutorials/getting-started-xml-edition.rst @@ -68,7 +68,7 @@ on your CLI: :: $ pear channel-discover pear.doctrine-project.org - $ pear install doctrine/DoctrineORM --all-deps + $ pear install --alldeps doctrine/DoctrineORM This should install the packages DoctrineCommon, DoctrineDBAL, DoctrineORM, SymfonyConsole and SymfonyYAML. @@ -779,7 +779,7 @@ We also have to create a general bootstrap file for our application: .. code-block:: php