From 9cdc571092fbc75a97141af33f90754fe5fade0f Mon Sep 17 00:00:00 2001 From: hakre Date: Tue, 29 Jan 2013 03:22:09 +0100 Subject: [PATCH] Updated Windows manual installation guide - The batchfile is not more than a one-liner. - You don't need notepad to create the batchfile. --- doc/00-intro.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/doc/00-intro.md b/doc/00-intro.md index 76a10d5f7..c8480ae4e 100644 --- a/doc/00-intro.md +++ b/doc/00-intro.md @@ -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