From: Andrea Bolognani Date: Mon, 27 Apr 2020 10:49:06 +0000 (+0200) Subject: CONTRIBUTING: Indent command by three spaces X-Git-Tag: v6.3.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22a370baf611f12f29365c66084d228ff30191a4;p=thirdparty%2Flibvirt.git 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 Reviewed-by: Daniel P. Berrangé --- 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.