aboutsummaryrefslogtreecommitdiff
path: root/doc/gettingstarted.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gettingstarted.rst')
-rw-r--r--doc/gettingstarted.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/gettingstarted.rst b/doc/gettingstarted.rst
index 8fc9442..292cfb6 100644
--- a/doc/gettingstarted.rst
+++ b/doc/gettingstarted.rst
@@ -219,7 +219,9 @@ link the program as follows::
cc -o prog prog.c -ljansson
-Starting from version 1.2, there's also support for pkg-config_::
+Starting from version 1.2, there's also support for pkg-config_:
+
+.. code-block:: shell
cc -o prog prog.c `pkg-config --cflags --libs jansson`