summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Tolar2013-06-21 00:02:33 -0500
committerJeffrey Tolar2013-06-21 00:02:33 -0500
commita840aa608e06a93cf4dc65ab48c220c32d795711 (patch)
tree26b7efca77ae043610b497b255444d8d1a161511
parente0d26e62f110cdfa4924fd5fb44cd8a4e478d452 (diff)
downloadaur-a840aa608e06a93cf4dc65ab48c220c32d795711.tar.gz
Expand on install message
-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() {