|
@@ -18,6 +18,11 @@ You can place this file anywhere you wish. If you put it in your `PATH`,
|
|
|
you can access it globally. On unixy systems you can even make it
|
|
|
executable and invoke it without `php`.
|
|
|
|
|
|
+You can install composer to a specific directory by using the `--install-dir`
|
|
|
+option and providing a target directory (it can be an absolute or relative path):
|
|
|
+
|
|
|
+ $ curl -s http://getcomposer.org/installer | php -- --install-dir=bin
|
|
|
+
|
|
|
To check if composer is working, just run the PHAR through `php`:
|
|
|
|
|
|
$ php composer.phar
|
|
@@ -178,4 +183,4 @@ This can be useful for autoloading classes in a test suite, for example.
|
|
|
that one, you can just include `vendor/.composer/autoload_namespaces.php`,
|
|
|
which returns an associative array mapping namespaces to directories.
|
|
|
|
|
|
-← [Intro](00-intro.md) | [Libraries](02-libraries.md) →
|
|
|
+← [Intro](00-intro.md) | [Libraries](02-libraries.md) →
|