/ Published in: AppleScript
URL: http://echodittolabs.org/blog/2010/06/how-get-drush-working-localhost
Expand |
Embed | Plain Text
// in terminal - create a link to drush when in the users root folder. echo "alias drush='/Users/jan/drush/drush'" >> ~/.bash_profile // clear bash to use -- or you can logout and login again. source ~/.bash_profile
You need to login to post a comment.
