From 3114365100012ee5eaecd535952fcf22f30c8add Mon Sep 17 00:00:00 2001 From: Daniel Nieto Date: Wed, 26 Sep 2012 14:12:46 +0300 Subject: [PATCH] Update README.md If you don't include the version of the Symfony's installation, you'll get an error if you try to install with composer. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a386d6942..b70ed0500e 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,9 @@ http://getcomposer.org/ or just run the following command: Then, use the `create-project` command to generate a new Symfony application: - php composer.phar create-project symfony/framework-standard-edition path/to/install + php composer.phar create-project symfony/framework-standard-edition path/to/install 2.1.x-dev + +For an exact version, replace 2.1.x-dev with the latest Symfony version (e.g. 2.1.1). Composer will install Symfony and all its dependencies under the `path/to/install` directory.