Browse Source

Changes the default binary path in command samples

The console file is located in the bin folder and not in the app folder.
marijnz0r 9 years ago
parent
commit
4cc1e3785e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Resources/doc/reference/installation.rst

+ 2 - 2
Resources/doc/reference/installation.rst

@@ -134,13 +134,13 @@ Now, install the assets from the bundles:
 
 .. code-block:: bash
 
-    $ php app/console assets:install
+    $ php bin/console assets:install
 
 Usually, when installing new bundles, it is a good practice to also delete your cache:
 
 .. code-block:: bash
 
-    $ php app/console cache:clear
+    $ php bin/console cache:clear
 
 At this point, your Symfony installation should be fully functional, with no errors
 showing up from SonataAdminBundle or its dependencies. SonataAdminBundle is installed