Skip to content

Commit

Permalink
Merge pull request laravel#1627 from chrispecoraro/patch-2
Browse files Browse the repository at this point in the history
Must explicitly specify 5.0
  • Loading branch information
taylorotwell committed Jun 28, 2015
2 parents 5a7f055 + 07ece21 commit ab63da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Once installed, the simple `laravel new` command will create a fresh Laravel ins

You may also install Laravel by issuing the Composer `create-project` command in your terminal:

composer create-project laravel/laravel --prefer-dist
composer create-project laravel/laravel {directory} 5.0 --prefer-dist

### Scaffolding

Expand Down

0 comments on commit ab63da0

Please sign in to comment.