From 532f237003baf6897e61f30f37b01af3bf374656 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 25 Oct 2012 15:20:16 +0200 Subject: [PATCH] Reorganize intro page a bit --- doc/00-intro.md | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/doc/00-intro.md b/doc/00-intro.md index ccf74ef18..e27825068 100644 --- a/doc/00-intro.md +++ b/doc/00-intro.md @@ -76,14 +76,6 @@ You can run these commands to easily access `composer` from anywhere on your sys Then, just run `composer` in order to run Composer instead of `php composer.phar`. -### Using Composer - -Next, run the `install` command to resolve and download dependencies: - - $ php composer.phar install - -This will download monolog into the `vendor/monolog/monolog` directory. - ## Installation - Windows ### Using the Installer @@ -118,6 +110,19 @@ Save the file. Close your current terminal. Test usage with a new terminal: C:\Users\username> +## Using Composer + +Next, run the `install` command to resolve and download dependencies: + + $ php composer.phar install + +If you did a global install and do not have the phar in that directory +run this instead: + + $ composer install + +This will download monolog into the `vendor/monolog/monolog` directory. + ## Autoloading Besides downloading the library, Composer also prepares an autoload file that's