Przeglądaj źródła

Reorganize intro page a bit

Jordi Boggiano 12 lat temu
rodzic
commit
532f237003
1 zmienionych plików z 13 dodań i 8 usunięć
  1. 13 8
      doc/00-intro.md

+ 13 - 8
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