소스 검색

Merge pull request #205 from xrstf/master

fixed order of steps in readme
Jordi Boggiano 12 년 전
부모
커밋
da8dd43b69
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -7,8 +7,8 @@ Installation
 ------------
 
 1. Clone the repository
-2. Install dependencies: `php composer.phar install`
-3. Copy `app/config/parameters.yml.dist` to `app/config/parameters.yml` and edit the relevant values for your setup.
+2. Copy `app/config/parameters.yml.dist` to `app/config/parameters.yml` and edit the relevant values for your setup.
+3. Install dependencies: `php composer.phar install`
 4. Run `app/console doctrine:schema:create` to setup the DB.
 5. Run `app/console assets:install web` to deploy the assets on the web dir.
 6. Make a VirtualHost with DocumentRoot pointing to web/