From bc7511d79df113777a397bcca975f180cef9c10d Mon Sep 17 00:00:00 2001 From: Ivan Komissarov Date: Mon, 6 May 2019 18:32:06 +0200 Subject: doc: Fix the section about docker containers Change-Id: Ifb152a1c7a90422a4eed9cf5a790aa10518f27a9 Reviewed-by: Leena Miettinen --- doc/qbs.qdoc | 12 ++++++++---- 1 file 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 -- cgit v1.2.3