summarylogtreecommitdiffstats
path: root/worm.install
diff options
context:
space:
mode:
Diffstat (limited to 'worm.install')
-rw-r--r--worm.install3
1 files changed, 2 insertions, 1 deletions
diff --git a/worm.install b/worm.install
index 4fac4359b688..1ec71151ed24 100644
--- a/worm.install
+++ b/worm.install
@@ -2,5 +2,6 @@ post_install() {
echo -e "\n\nWorm will automatically execute the following file on startup:\n\n" \
"~/.config/worm/rc\n\n" \
"Create a simple shell-script to run your apps...\n" \
- "(Don't forget to make it executable)\n\n"
+ "(Don't forget to make it executable)\n\n" \
+ "An example can be found here: /usr/share/doc/worm/examples/rc\n\n"
}