From ed52a0e3bec84df2d2b99e4a98982fdfeb421d98 Mon Sep 17 00:00:00 2001 From: Florin Patan Date: Mon, 10 Sep 2012 00:07:37 +0300 Subject: [PATCH] Added documentation about the remove command for the AcmeDemoBundle --- book/installation.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/book/installation.rst b/book/installation.rst index aab96d7f1c5..56a56e31b5a 100644 --- a/book/installation.rst +++ b/book/installation.rst @@ -277,6 +277,18 @@ need in your new application. Be sure to also check out the :doc:`Cookbook`, which contains a wide variety of articles about solving specific problems with Symfony. +.. tip:: + + If you want to quickly remove the demo bundle, there's now a command + available for that, you can call: + + .. code-block:: bash + + $ app/console demo:self-remove + + Note that the command will work properly only if you haven't changed + any of the files in the default Symfony2 Standard Distribution. + Using Source Control --------------------