summarylogtreecommitdiffstats
path: root/regoth.install
diff options
context:
space:
mode:
Diffstat (limited to 'regoth.install')
-rw-r--r--regoth.install14
1 files changed, 2 insertions, 12 deletions
diff --git a/regoth.install b/regoth.install
index 1abf0a3aacbe..619ac90de90e 100644
--- a/regoth.install
+++ b/regoth.install
@@ -1,15 +1,5 @@
post_install(){
- echo "==> Running"
- echo " REGoth -g "path/to/gothic1or2" -w startworld.zen"
- echo " Additionally, for a list of possible commands, run REGoth --help."
- echo "==> Examples"
- echo " Gothic 1 - Overworld: REGoth -g "path/to/gothic1" -w world.zen"
- echo " Gothic 1 - Oldmine: REGoth -g "path/to/gothic1" -w oldmine.zen"
- echo " Gothic 1 - Freemine: REGoth -g "path/to/gothic1" -w freemine.zen"
- echo " Gothic 1 - Sleeper temple: REGoth -g "path/to/gothic1" -w orctemple.zen"
- echo " Gothic 2 - Overworld: REGoth -g "path/to/gothic2" -w newworld.zen"
- echo " Gothic 2 - Valley of mines: REGoth -g "path/to/gothic2" -w oldworld.zen"
- echo " Gothic 2 - Addonworld: REGoth -g "path/to/gothic2" -w addonworld.zen"
- echo " Gothic 2 - Dragonisland: REGoth -g "path/to/gothic2" -w dragonisland.zen"
+ echo "==> More info:"
+ echo " https://regoth-project.github.io/REGoth-bs/getting-started/running.html"
}