This is the proper way to do it according to our reStructuredText
style guidelines.
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
CONTRIBUTING.rst | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index f476700fdd..12b6e3f0e8 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -12,9 +12,9 @@ your git clone run:
::
- $ mkdir build && cd build
- $ ../autogen.sh
- $ make
+ $ mkdir build && cd build
+ $ ../autogen.sh
+ $ make
You'll find the freshly-built document in ``docs/contribute.html``.
@@ -23,13 +23,13 @@ up your system by calling
::
- $ sudo dnf builddep libvirt
+ $ sudo dnf builddep libvirt
if you're on a RHEL-based distribution or
::
- $ sudo apt-get build-dep libvirt
+ $ sudo apt-get build-dep libvirt
if you're on a Debian-based one.
--
2.25.4