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