From 03f5ab1f2d828b4d2dfd75e501b94bc89ef8d686 Mon Sep 17 00:00:00 2001 From: "Ossama W. Obeid" Date: Wed, 5 Apr 2023 20:28:49 +0400 Subject: [PATCH] Fixed formatting. --- docs/source/getting_started.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/getting_started.rst b/docs/source/getting_started.rst index cd7d524..55e53a5 100644 --- a/docs/source/getting_started.rst +++ b/docs/source/getting_started.rst @@ -14,6 +14,7 @@ You will need to install some additional dependencies on Linux and macOS. Primarily CMake, and Boost. On Ubuntu/Debian you can install these dependencies by running: + .. code-block:: bash sudo apt-get install cmake libboost-all-dev