summarylogtreecommitdiffstats
path: root/devilutionx.install
diff options
context:
space:
mode:
Diffstat (limited to 'devilutionx.install')
-rw-r--r--devilutionx.install23
1 files changed, 14 insertions, 9 deletions
diff --git a/devilutionx.install b/devilutionx.install
index c12b1650ebfe..2aee073ff0be 100644
--- a/devilutionx.install
+++ b/devilutionx.install
@@ -1,17 +1,22 @@
post_install(){
cat << EOF
->>> Copy required files(e.g. diablodat.mpq) to your Diablo directory
->>> (default is ~/.local/share/diasurgical/devilution) or move the
->>> devilution executable in the same directory as "diablodat.mpq".
->>> NOTE: There are two versions of build(native and multilib).
->>> 64bit native Linux build are currently not in a playable state.
->>> Please keep in mind that this is still being worked on and is
->>> missing parts of UI and SoundEffects are not properly playing
->>> now. It is advised to build a 32-bit build on a multilib system
+
+Copy required files(e.g. diablodat.mpq) to your Diablo directory
+(default is ~/.local/share/diasurgical/devilution) or move the
+devilution executable in the same directory as "diablodat.mpq".
+
+NOTE: There are two versions of build(native and multilib).
+
+Please keep in mind that this is still being worked on and is missing
+parts of UI and SoundEffects are not properly playing now.
+
+see https://github.com/diasurgical/devilutionX/milestone/1 for a full
+list of known issues.
+
EOF
}
post_upgrade() {
- post_install
+post_install
}