summarylogtreecommitdiffstats
path: root/openrct2.install
diff options
context:
space:
mode:
Diffstat (limited to 'openrct2.install')
-rw-r--r--openrct2.install16
1 files changed, 14 insertions, 2 deletions
diff --git a/openrct2.install b/openrct2.install
index 4d853ea8ee72..56608b7998fc 100644
--- a/openrct2.install
+++ b/openrct2.install
@@ -6,8 +6,20 @@ _update_caches() {
post_install() {
_update_caches
cat <<EOF
-For OpenRCT2 to run you must install a retail copy of RollerCoaster Tycoon 2
-with Wine.
+For OpenRCT2 to run you must install the assets from a retail copy of
+RollerCoaster Tycoon 2. See the following page for more information on
+installing a retail copy of the game on Linux:
+
+ https://github.com/OpenRCT2/OpenRCT2/wiki/Installation-on-Linux
+
+Once installed, set the game_path directive in the [general] section of
+\$XDG_CONFIG_HOME/OpenRCT2/config.ini (typically ~/.config/OpenRCT2/config.ini)
+to point to the location of the retail installation.
+
+For example:
+
+ [general]
+ game_path = "/path/to/RCT2"
EOF
}