Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Update README.md #424

Merged
merged 1 commit into from
Sep 27, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down