浏览代码

Update Resources/doc/reference/installation.rst

No need to do a php composer.phar install, require do it for you.
Benjamin Clay 13 年之前
父节点
当前提交
7b105f90ac
共有 1 个文件被更改,包括 1 次插入2 次删除
  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: