Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Aug 16, 2015
1 parent a151ba0 commit efe61dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ You may also install Laravel by issuing the Composer `create-project` command in

composer create-project laravel/laravel {directory} "~5.0.0" --prefer-dist

Once installed, you should upgrade to the latest packages. First, remove `{directory}/vendor/compiled.php` file.

Then, change your current directory to `{directory}` and issue `composer update` command in your terminal.
Once installed, you should upgrade to the latest packages. First, remove `{directory}/vendor/compiled.php` file then change your current directory to `{directory}` and issue `composer update` command.

### Scaffolding

Expand Down

0 comments on commit efe61dc

Please sign in to comment.