Skip to content

Instantly share code, notes, and snippets.

@ryanjbonnell
Created February 23, 2016 21:49
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ryanjbonnell/c422895b13f8a1809e4f to your computer and use it in GitHub Desktop.
Install Drush and Terminus for Drupal at Pantheon using Homebrew
## 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