Skip to content

Commit 1f93ede

Browse files
committed
fix wording
1 parent d4cffda commit 1f93ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ First, download the Laravel installer using Composer:
3434

3535
composer global require "laravel/installer"
3636

37-
Make sure to place the `~/.composer/vendor/bin` directory in your PATH so the `laravel` executable can be located by your system. For Windows check '~/AppData/Roaming/Composer/vendor/bin' for the 'laravel' executable.
37+
Make sure to place the `~/.composer/vendor/bin` directory (or the equivalent directory for your OS) in your PATH so the `laravel` executable can be located by your system.
3838

3939
Once installed, the `laravel new` command will create a fresh Laravel installation in the directory you specify. For instance, `laravel new blog` will create a directory named `blog` containing a fresh Laravel installation with all of Laravel's dependencies already installed. This method of installation is much faster than installing via Composer:
4040

0 commit comments

Comments
 (0)