diff --git a/doc/building.rst b/doc/building.rst index 486a6ebcf1..f0da4ebbee 100644 --- a/doc/building.rst +++ b/doc/building.rst @@ -119,7 +119,7 @@ follow `Windows Installer Build (Cross-Compile)`_ instead. cmake -G "MinGW Makefiles" ../client mingw32-make - .. note:: You can try using ninja to build in parallell using + .. note:: You can try using ninja to build in parallel using ``cmake -G Ninja ../client`` and ``ninja`` instead. .. note:: Refer to the :ref:`generic-build-instructions` section for additional options.