1
0
Fork 0

Updated Windows manual installation guide

- The batchfile is not more than a one-liner.
- You don't need notepad to create the batchfile.
pull/1537/head
hakre 2013-01-29 03:22:09 +01:00
parent f3dec1cba2
commit 9cdc571092
1 changed files with 2 additions and 8 deletions

View File

@ -108,15 +108,9 @@ composer.phar:
Create a new `.bat` file alongside composer:
C:\bin>notepad composer.bat
C:\bin>echo @php "%~dp0composer.phar" %*>composer.bat
Paste the following in, it simply proxies all arguments to composer:
@ECHO OFF
SET composerScript=composer.phar
php "%~dp0%composerScript%" %*
Save the file. Close your current terminal. Test usage with a new terminal:
Close your current terminal. Test usage with a new terminal:
C:\Users\username>composer -V
Composer version 27d8904