diff --git a/docs/en/qgc-dev-guide/getting_started/container.md b/docs/en/qgc-dev-guide/getting_started/container.md index ed75fda52de..64ada633f47 100644 --- a/docs/en/qgc-dev-guide/getting_started/container.md +++ b/docs/en/qgc-dev-guide/getting_started/container.md @@ -11,8 +11,15 @@ It pre-installs all the dependencies at build time, including Qt, thanks to a sc The main advantage of using the container is the usage of the `CMake` build system and its many improvements over `qmake` ## Building the Container +### Script -Before using the container, you have to build the image. +To build the container using the script, run this command in the qgc root directory + +``` +./deploy/docker/run-docker.sh +``` +### Manual +if you want to Build using the container manually, then you first have to build the image. You can accomplish this using docker, running the following script from the root of the QGC source code directory. ```