aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Komissarov <ABBAPOH@gmail.com>2019-05-06 18:32:06 +0200
committerIvan Komissarov <ABBAPOH@gmail.com>2019-05-07 14:51:30 +0000
commitbc7511d79df113777a397bcca975f180cef9c10d (patch)
treef34a69dbde3b86d57aa2d7a239b0f4958ad6e1ce
parente240504abe490dd9a2d1e905d2b9986bffe8e3ce (diff)
doc: Fix the section about docker containers
Change-Id: Ifb152a1c7a90422a4eed9cf5a790aa10518f27a9 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--doc/qbs.qdoc12
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/qbs.qdoc b/doc/qbs.qdoc
index 5835d7e15..297687403 100644
--- a/doc/qbs.qdoc
+++ b/doc/qbs.qdoc
@@ -563,12 +563,16 @@
The easiest way to get started is to build \QBS using a Linux container. These types of
containers are supported out of the box on all the supported host platforms: Windows, macOS,
- and Linux. The images provide everything that is necessary to build and test \QBS:
+ and Linux.
- - Qt SDK for building \QBS with \c qmake
- - Latest stable release of \QBS for building \QBS with \QBS
+ The images provide everything that is necessary to build and test \QBS:
- Run the following to download the \QBS development image based on Debian 9 \e Stretch:
+ \list
+ \li Qt SDK for building \QBS with \c qmake
+ \li Latest stable release of \QBS for building \QBS with \QBS
+ \endlist
+
+ Run the following command to download the \QBS development image based on Debian 9 \e Stretch:
\code
docker pull qbsbuild/qbsdev:stretch