Procházet zdrojové kódy

Update Resources/doc/reference/installation.rst

No need to do a php composer.phar install, require do it for you.
Benjamin Clay před 13 roky
rodič
revize
7b105f90ac
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. 1 2
      Resources/doc/reference/installation.rst

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

@@ -37,8 +37,7 @@ Installation
 Download SonataAdminBundle and its dependencies to the ``vendor`` directory. You
 can use Composer for the automated procces.
 
-  php composer.phar require sonata-project/admin-bundle
-  php composer.phar install
+    php composer.phar require sonata-project/admin-bundle
 
 Next, be sure to enable this bundles in your AppKernel.php file: