Configure Drush
Install with yaourt yaourt -R drush-git
I got a directory permissions error when runnig drush and this is the only way I could get to work:
sudo chmod -R 777 /etc/drush/cache/usage
sudo chmod -R 777 /etc/drush/default
Last updated
Was this helpful?