mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Modify Composer install path in docs
Composer examples at http://getcomposer.org/doc/00-intro.md use /usr/local/bin for installing Composer globally, so let's use that path as well instead of /usr/bin.
This commit is contained in:
parent
1e0b0e7f56
commit
0f8b229d6b
@ -18,7 +18,7 @@ To install Composer, run the following commands from your command-line.
|
|||||||
curl -s https://getcomposer.org/installer | php
|
curl -s https://getcomposer.org/installer | php
|
||||||
|
|
||||||
# Move to your path
|
# Move to your path
|
||||||
sudo mv composer.phar /usr/bin/composer
|
sudo mv composer.phar /usr/local/bin/composer
|
||||||
|
|
||||||
Or [download composer.phar](http://getcomposer.org/composer.phar) manually, and rename `composer.phar` as `composer`, and put it in your path. On Windows, you should call the file `composer.bat`.
|
Or [download composer.phar](http://getcomposer.org/composer.phar) manually, and rename `composer.phar` as `composer`, and put it in your path. On Windows, you should call the file `composer.bat`.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user