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>
::
- $ 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``.
::
- $ 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.