Created
February 23, 2016 21:49
-
-
Save ryanjbonnell/c422895b13f8a1809e4f to your computer and use it in GitHub Desktop.
Install Drush and Terminus for Drupal at Pantheon using Homebrew
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Update Homebrew Formula(s) | |
$ brew update | |
$ brew tap homebrew/dupes | |
$ brew tap homebrew/versions | |
$ brew tap homebrew/php | |
## Install Drush | |
$ brew install drush | |
## Install Terminus | |
$ brew install terminus |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment