drupalorg-cli
drupalorg-cli copied to clipboard
Update README.md
Removing the global from the install command helps avoid conflicts with other projects.
I'm currently running drupalorg site-local, installed in a drupal project. It works nicely and I can use composer to install and update it. And, people are used to site-local installs for Drush and Drupal console.
Anyway, I don't object to recommending global install using a phar file, but if using composer to install, either recommend site local or global install with GCR - or both, but not "composer global require" since this still works badly with Composer.
I'm using this with https://github.com/consolidation/cgr as suggested in this comments and it works great. It allows to update and with the most ease of installing over manual actions.