From 00c15238e8ab98960887585e0b591918d58308d4 Mon Sep 17 00:00:00 2001 From: Jonathan Rubenstein Date: Thu, 13 May 2021 20:42:19 -0400 Subject: [PATCH] [doc] host: Better formatting for Windows on Windows --- doc/host.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/host.rst b/doc/host.rst index 20e78e4b..036511b9 100644 --- a/doc/host.rst +++ b/doc/host.rst @@ -21,7 +21,11 @@ For Windows on Windows pacman -Sy git make mingw-w64-x86_64-gcc mingw-w64-x86_64-cmake 4. Checkout the project - ``git clone https://github.com/gnif/LookingGlass.git`` + +.. code:: bash + + git clone https://github.com/gnif/LookingGlass.git + 5. Configure the project and build it .. code:: bash