Browse Source

Merge pull request #205 from xrstf/master

fixed order of steps in readme
Jordi Boggiano 12 years ago
parent
commit
da8dd43b69
1 changed files with 2 additions and 2 deletions
  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/