Skip to content
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.

Commit

Permalink
Fix installation instructions.
Browse files Browse the repository at this point in the history
* Remove keyword 'global' from the 'composer require' command to prevent
  a failed installation when composer downloads the project to the global
  composer cache instead of into ~/.drush
  • Loading branch information
jameswilson committed Jun 1, 2016
1 parent a6942ba commit 34f6ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Installation
------------

1. cd "$HOME/.drush"
2. composer global require "drush/config-extra"
2. composer require "drush/config-extra"
3. drush cc drush

Resources
Expand Down

0 comments on commit 34f6ae5

Please sign in to comment.