Skip to content

Instantly share code, notes, and snippets.

@sn00011
Created July 30, 2012 06:31
Show Gist options
  • Save sn00011/3205339 to your computer and use it in GitHub Desktop.
Save sn00011/3205339 to your computer and use it in GitHub Desktop.
Drush notes
## Download a module and enable it, take 'migrate' module as an example:
> drush dl migrate --destination=sites/all/modules/contrib
> drush en migrate -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment