summaryrefslogtreecommitdiffstats
path: root/games/innoextract/README
diff options
context:
space:
mode:
author Dugan Chen <thedoogster [at] gmail [dot] com>2016-08-10 08:32:19 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-08-10 08:32:19 +0700
commitf6be14aaa0177578cf9e8c3899774b24ab87c9a6 (patch)
tree45d07c3f50c13d385091c2ee1648a0536592cc75 /games/innoextract/README
parent159e7d50f3a02d76c66b7f84950f3356286645cd (diff)
downloadslackbuilds-f6be14aaa0177578cf9e8c3899774b24ab87c9a6.tar.gz
slackbuilds-f6be14aaa0177578cf9e8c3899774b24ab87c9a6.tar.xz
games/innoextract: Updated for version 1.6 (Moved from system).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/innoextract/README')
-rw-r--r--games/innoextract/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/games/innoextract/README b/games/innoextract/README
new file mode 100644
index 0000000000..7311965c9d
--- /dev/null
+++ b/games/innoextract/README
@@ -0,0 +1,15 @@
+While Inno Setup is a tool to create installers for Microsoft Windows
+applications, innoextract allows you to extract such installers without using
+Wine. In particular, innoextract supports GOG.com installers and Arx Fatalis
+patches.
+
+To extract a file to the current directory, run:
+
+$ innoextract <file>
+
+A list of available options can be retrieved using:
+
+$ innoextract --help
+
+Documentation is also available as a manpage.
+