summarylogtreecommitdiffstats
path: root/soniccd.install
diff options
context:
space:
mode:
Diffstat (limited to 'soniccd.install')
-rw-r--r--soniccd.install7
1 files changed, 4 insertions, 3 deletions
diff --git a/soniccd.install b/soniccd.install
index 0789c2159a62..d1e06b706c02 100644
--- a/soniccd.install
+++ b/soniccd.install
@@ -1,5 +1,6 @@
post_install() {
- echo 'Use soniccd-launcher to create the data folder inside your home '\
-"folder, copy the game's data files to it and then run it again to launch the "\
-'game.'
+ echo "Use 'soniccd-launcher' to automatically run 'soniccd' from a " \
+"'soniccd' folder in your \$XDG_DATA_HOME or '~/.local/share' folder."
+ echo "Alternatively, you may simply run 'soniccd' directly from any " \
+"folder containing compatible data files."
}