]> xenbits.xensource.com Git - libvirt.git/commitdiff
CONTRIBUTING: Indent command by three spaces
authorAndrea Bolognani <abologna@redhat.com>
Mon, 27 Apr 2020 10:49:06 +0000 (12:49 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 4 May 2020 17:03:40 +0000 (19:03 +0200)
This is the proper way to do it according to our reStructuredText
style guidelines.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
CONTRIBUTING.rst

index f476700fddc1e8c823a2d9245f2085da9dd9c3a8..12b6e3f0e86cae7c8d59412607ac59d7f1765144 100644 (file)
@@ -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.