[libvirt PATCH 1/2] CONTRIBUTING: Indent command by three spaces

Andrea Bolognani abologna at redhat.com
Mon Apr 27 10:54:20 UTC 2020


This is the proper way to do it according to our reStructuredText
style guidelines.

Signed-off-by: Andrea Bolognani <abologna at 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




More information about the libvir-list mailing list