summaryrefslogtreecommitdiff
path: root/games/innoextract/README
diff options
context:
space:
mode:
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.
+