Created
April 8, 2017 05:09
-
-
Save luisfc/056dbf80c4f9c9cb3def9e8202fed90b to your computer and use it in GitHub Desktop.
Install Drush
This file contains hidden or 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
cd ~ | |
$ wget --quiet -O - http://ftp.drupal.org/files/projects/drush-7.x-5.9.tar.gz | |
$ tar -zxf drush-7.x-5.9.tar.gz | |
$ ln -s ~/drush/drush /usr/local/bin/drush | |
$ drush |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment