Explorar o código

Add more info to "Install. from Source" in the README

Dinduks %!s(int64=12) %!d(string=hai) anos
pai
achega
5595ebc233
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -40,7 +40,9 @@ 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`
+3. Run Composer to get the dependencies: `cd composer && php ../composer.phar install`
+
+You can now run Composer by executing the `bin/composer` script: `php /path/to/composer/bin/composer`
 
 Global installation of Composer (manual)
 ----------------------------------------