summaryrefslogtreecommitdiffstats
path: root/doc/includes/installerfw-examples-generating-online.qdocinc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/includes/installerfw-examples-generating-online.qdocinc')
-rw-r--r--doc/includes/installerfw-examples-generating-online.qdocinc18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/includes/installerfw-examples-generating-online.qdocinc b/doc/includes/installerfw-examples-generating-online.qdocinc
new file mode 100644
index 000000000..f623b1d22
--- /dev/null
+++ b/doc/includes/installerfw-examples-generating-online.qdocinc
@@ -0,0 +1,18 @@
+ \section1 Generating the Example Installer
+
+ To create the example installer, switch to the example source directory on
+ the command line and enter the following command:
+
+ \list
+ \li On Windows:
+ \code
+ ..\..\bin\binarycreator.exe --online-only -c config\config.xml -p packages installer.exe
+ \endcode
+ \li On Linux or macOS:
+ \code
+ ../../bin/binarycreator --online-only -c config/config.xml -p packages installer
+ \endcode
+ \endlist
+
+ You should now be able to run the installer and install from the repository.
+