From 22a370baf611f12f29365c66084d228ff30191a4 Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Mon, 27 Apr 2020 12:49:06 +0200 Subject: [PATCH] CONTRIBUTING: Indent command by three spaces MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is the proper way to do it according to our reStructuredText style guidelines. Signed-off-by: Andrea Bolognani Reviewed-by: Daniel P. Berrangé --- 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.