Skip to content

Instantly share code, notes, and snippets.

@danielnv18
Created December 31, 2014 20:48
Show Gist options
  • Save danielnv18/ab9615be4dd71968be24 to your computer and use it in GitHub Desktop.
Save danielnv18/ab9615be4dd71968be24 to your computer and use it in GitHub Desktop.
Shell steps for install latest drush version
cd /usr/share
sudo git clone --branch master https://github.com/drush-ops/drush.git
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
cd /usr/share/drush
$ sudo composer install
brew install git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment