瀏覽代碼

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 年之前
父節點
當前提交
4cc1e3785e
共有 1 個文件被更改,包括 2 次插入2 次删除
  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
 .. 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:
 Usually, when installing new bundles, it is a good practice to also delete your cache:
 
 
 .. code-block:: bash
 .. 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
 At this point, your Symfony installation should be fully functional, with no errors
 showing up from SonataAdminBundle or its dependencies. SonataAdminBundle is installed
 showing up from SonataAdminBundle or its dependencies. SonataAdminBundle is installed