summarylogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index de380998f994..ff25adc7910a 100644
--- a/install.sh
+++ b/install.sh
@@ -4,6 +4,6 @@ post_install() {
echo -ne "\e[34;1m"
echo "=== INSTALLATION NOTES for $_pkgname ==="
echo -ne "\e[39;1m"
- echo "Users should source /etc/$_pkgname.bashrc into \$HOME/.bashrc"
+ echo "Users should add \"source /etc/$_pkgname.bashrc\" to their \$HOME/.bashrc."
echo -ne "\e[0m"
}