X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=README.md;h=b800db8639b158cfcabd1008b53f604dc9f3f697;hb=7b899d20390ace9a55ae7a9568b4912892b813db;hp=4e7d164a04e08d763312f778a998beb5f5b9d2f0;hpb=7cebc10e7e37a82de2de9df6510ad93f2c35401d;p=zf2.biz%2Fapplication_blanche.git diff --git a/README.md b/README.md index 4e7d164..b800db8 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,10 @@ Installation Using Composer (recommended) ---------------------------- The recommended way to get a working copy of this project is to clone the repository -and use composer to install dependencies: +and use composer to install dependencies using the "create-project" command: - cd my/project/dir - git clone git://github.com/zendframework/ZendSkeletonApplication.git - cd ZendSkeletonApplication - php composer.phar install + curl -s http://getcomposer.org/installer | php -- + php composer.phar create-project zendframework/skeleton-application path/to/install Using Git submodules --------------------