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

Commit 5b816ae

Browse files
committed
Fix installation instructions.
* 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
1 parent 6bd3d5a commit 5b816ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Installation
1010
------------
1111

1212
1. cd "$HOME/.drush"
13-
2. composer global require "drush/config-extra"
13+
2. composer require "drush/config-extra"
1414
3. drush cc drush
1515

1616
Resources

0 commit comments

Comments
 (0)