浏览代码

Merge pull request #16 from lunetics/patch-1

Changed the deps PATH, the old ones aren't working.
Thomas 13 年之前
父节点
当前提交
ee1388b8f0
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      Resources/doc/reference/installation.rst

+ 3 - 3
Resources/doc/reference/installation.rst

@@ -9,15 +9,15 @@ the following lines to the file ``deps``::
 
     [SonataUserBundle]
         git=git://github.com/sonata-project/SonataUserBundle.git
-        target=/bundles/Sonata/SonataUserBundle
+        target=/bundles/Sonata/UserBundle
 
     [SonataEasyExtendsBundle]
         git=git://github.com/sonata-project/SonataEasyExtendsBundle.git
-        target=/bundles/Sonata/SonataEasyExtendsBundle
+        target=/bundles/Sonata/EasyExtendsBundle
 
     [SonataAdminBundle]
         git=git://github.com/sonata-project/SonataAdminBundle.git
-        target=/bundles/Sonata/SonataAdminBundle
+        target=/bundles/Sonata/AdminBundle
 
 and run::