summarylogtreecommitdiffstats
path: root/cope-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'cope-git.install')
-rw-r--r--cope-git.install3
1 files changed, 2 insertions, 1 deletions
diff --git a/cope-git.install b/cope-git.install
index 636e91493ee0..40c60195c959 100644
--- a/cope-git.install
+++ b/cope-git.install
@@ -1,5 +1,6 @@
post_install() {
- echo "Prepend the output of cope_path to your PATH"
+ echo 'Prepend the output of cope_path to your PATH, e.g.'
+ echo ' PATH=$(cope_path):$PATH'
}
post_upgrade() {