Skip to content

Commit c06d6a2

Browse files
authored
Merge pull request #3042 from narugamy/patch-1
Update installation.md
2 parents eac06a6 + 1e81aab commit c06d6a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Laravel utilizes [Composer](https://getcomposer.org) to manage its dependencies.
3535

3636
First, download the Laravel installer using Composer:
3737

38-
composer global require "laravel/installer"
38+
composer global require "laravel/installer"
3939

4040
Make sure to place the `$HOME/.composer/vendor/bin` directory (or the equivalent directory for your OS) in your $PATH so the `laravel` executable can be located by your system.
4141

@@ -47,7 +47,7 @@ Once installed, the `laravel new` command will create a fresh Laravel installati
4747

4848
Alternatively, you may also install Laravel by issuing the Composer `create-project` command in your terminal:
4949

50-
composer create-project --prefer-dist laravel/laravel blog
50+
composer create-project --prefer-dist laravel/laravel blog "5.3.*"
5151

5252
#### Local Development Server
5353

0 commit comments

Comments
 (0)