Closed nicolas-zozol closed 10 years ago
But then windows users cannot copy composer.phar to that directory.
The official Symfony documentation uses the php composer.phar
method
http://symfony.com/doc/current/book/installation.html
Maybe we need to explain rather that if you install composer to your $PATH you no longer need to prefix "php"
or just remove the mv /usr/local/bin
idea from the install
instructions to not confuse newbies.
experienced users know what composer is and can handle that.
Thank you for opening this PR! However, if we do it here, we should use composer
everywhere in the complete Symfony documentation. Otherwise, people will get confused.
That's why I created an issue about this in the core docs: https://github.com/symfony/symfony-docs/issues/4170
Let's see how that works out, thank you for starting this! (I like using composer
instead of php composer.phar
)
Fixed by #590
Once we have done
sudo mv composer.phar /usr/local/bin/composer
, we do not need anymore to typephp composer.phar