I took me a little longer than I'd like to admit to realize that I had to extract drush_extras to the drush/commands/ directory. Perhaps a hint somewhere in the readme.txt would be nice? :)
I took me a little longer than I'd like to admit to realize that I had to extract drush_extras to the drush/commands/ directory. Perhaps a hint somewhere in the readme.txt would be nice? :)
Comments
Comment #1
greg.1.anderson commentedIf you use drush-4.x,
drush dl drush_extraswill download drush_extras to $HOME/.drush/drush_extras, which is a better place than the drush commands directory anyway.Better info in the README is a good idea all the same.
Comment #2
greg.1.anderson commentedAdded some instructions to the README.