updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / drush / drush.install
blobd60c97e2522f1960099f0668241bfcde7393ac71
1 post_install() {
2         echo "-----------------"
3         echo "Drush is meant to be run from the root directory of your Drupal "
4         echo "install by default. Look at /usr/share/doc/drush/ for the "
5         echo "README, as well as an example drushrc.php config and example "
6         echo "plugin."
7         echo "-----------------"
8         echo "Additionally, if your php.ini settings are too restrictive, "
9   echo "you may have to override some of the settings using drush.ini "
10   echo "in either your home directory (~/.drush.ini) or in "
11   echo "/etc/drush/drush.ini for system-wide changes."