summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Edgecombe2015-10-09 19:13:43 +0100
committerGraham Edgecombe2015-10-09 19:13:43 +0100
commitbc408e54e307255374b21af4b0dd657d5f21d336 (patch)
tree1dea7c4ab205b59ecb70c33f1dfabfaeec5201ed
parent814276a5a9f66b3b596a3502bbf65bb7e9c4aa66 (diff)
downloadaur-bc408e54e307255374b21af4b0dd657d5f21d336.tar.gz
Add additional instructions to post-install message.
-rw-r--r--openrct2.install14
1 files changed, 12 insertions, 2 deletions
diff --git a/openrct2.install b/openrct2.install
index 4d853ea8ee72..140c7063386c 100644
--- a/openrct2.install
+++ b/openrct2.install
@@ -6,8 +6,18 @@ _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
+\$HOME/OpenRCT2/config.ini to point to the location of the retail installation.
+For example:
+
+ [general]
+ game_path = "/path/to/RCT2"
EOF
}