summaryrefslogtreecommitdiff
path: root/doc/installation.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/installation.qdoc')
-rw-r--r--doc/installation.qdoc11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/installation.qdoc b/doc/installation.qdoc
index c7b59c14..d6ba3be2 100644
--- a/doc/installation.qdoc
+++ b/doc/installation.qdoc
@@ -1,10 +1,11 @@
/****************************************************************************
**
+** Copyright (C) 2019 The Qt Company Ltd.
** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the documentation of the Luxoft Application Manager.
+** This file is part of the documentation of the Qt Application Manager.
**
** $QT_BEGIN_LICENSE:FDL-QTAS$
** Commercial License Usage
@@ -81,7 +82,7 @@ to single-process mode, if certain dependencies are not available, such as:
You can force the build mode via the respective \c -config options \c force-multi-process and
\c force-single-process, as described below.
-
+\target build
\section1 Build
The application manager uses \c qmake for its build system. The basic installation steps are:
@@ -264,10 +265,10 @@ With everything in place, you can start the application manager:
\badcode
cd /path/to/system-ui
-appman -c /opt/am/config.yaml -c am-config.yaml -r --verbose main.qml
+appman -c /opt/am/config.yaml -c am-config.yaml --verbose main.qml
\endcode
-\c{-r} makes sure to recreate the apps database and \c{--verbose} gives you verbose output,
-which is quite helpful when first setting up the environment.
+\c{--verbose} gives you verbose output, which is quite helpful when first setting up the environment
+and also for debugging purposes.
*/