CONTRIBUTING: Indent command by three spaces

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>
This commit is contained in:
Andrea Bolognani 2020-04-27 12:49:06 +02:00
parent 57e9f3a7e0
commit 22a370baf6

View File

@ -12,9 +12,9 @@ your git clone run:
:: ::
$ mkdir build && cd build $ mkdir build && cd build
$ ../autogen.sh $ ../autogen.sh
$ make $ make
You'll find the freshly-built document in ``docs/contribute.html``. 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 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. if you're on a Debian-based one.