From 5b816aea657af832f1a168eba917b20de2b54d11 Mon Sep 17 00:00:00 2001 From: James Wilson Date: Mon, 30 May 2016 09:39:41 -0500 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c207ba5..4f69791 100644 --- a/README.md +++ b/README.md @@ -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