浏览代码

Merge pull request #3706 from marijnz0r/patch-1

Updates installation.rst, changes the default binary path in command samples
Sullivan SENECHAL 9 年之前
父节点
当前提交
7b977eb00d
共有 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