Kaynağa Gözat

Merge pull request #3706 from marijnz0r/patch-1

Updates installation.rst, changes the default binary path in command samples
Sullivan SENECHAL 9 yıl önce
ebeveyn
işleme
7b977eb00d
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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