Browse Source

Add instructions to install from source

Jordi Boggiano 13 years ago
parent
commit
2ff8858370
1 changed files with 10 additions and 0 deletions
  1. 10 0
      README.md

+ 10 - 0
README.md

@@ -24,6 +24,16 @@ themselves. To create libraries/packages please read the [guidelines](http://pac
 3. Run Composer: `php composer.phar install`
 4. Browse for more packages on [Packagist](http://packagist.org).
 
+Installation from Source
+------------------------
+
+To run tests, or develop Composer itself, you must use the sources and not the phar
+file as described above.
+
+1. Run `git clone https://github.com/composer/composer.git`
+2. Download the [`composer.phar`](http://getcomposer.org/composer.phar) executable
+3. Run Composer to get the dependencies: `php composer.phar install`
+
 Contributing
 ------------