Skip to content

Commit

Permalink
Fix drush-ops#501. Add recommended method for updating Drush to READM…
Browse files Browse the repository at this point in the history
…E, when using Composer.
  • Loading branch information
weitzman committed Mar 21, 2014
1 parent d524b4c commit 2b5d91c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ REQUIREMENTS
* Drush works best on a Unix-like OS (Linux, OS X)
* Most Drush commands run on Windows. See INSTALLING DRUSH ON WINDOWS, below.

INSTALL - COMPOSER
INSTALL/UPDATE - COMPOSER
------------------

* [Install Composer globally](http://getcomposer.org/doc/00-intro.md#system-requirements) (if needed).
Expand All @@ -83,6 +83,10 @@ INSTALL - COMPOSER

composer global require drush/drush:dev-master

* To update to a newer version (what you get depends on your specification in ~/.composer/composer.json):

composer global update

* Alternate commands to install some other variant of Drush:

# Install a specific version of Drush, e.g. Drush 6.1.0
Expand Down

0 comments on commit 2b5d91c

Please sign in to comment.