summarylogtreecommitdiffstats
path: root/drush.install
blob: 360de0df587bcf5689b78115ef7fcd2a03cb8308 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
	echo "---------------------------------------------------------------- "
	echo "Drush is meant to be run from the root directory of your Drupal "
	echo "install by default. Look at /usr/share/doc/drush/ for an example "
	echo "drushrc.php config and example plugin."
	echo "---------------------------------------------------------------- "
	echo "Additionally, if your php.ini settings are too restrictive, "
    echo "you may have to override some of the settings using drush.ini "
    echo "in either your home directory (~/.drush.ini) or in "
    echo "/etc/drush/drush.ini for system-wide changes."
}