mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-09 01:18:00 +03:00
874952f80c
It's generally expected that a git repository will contain this file, which serves as an entry point for people interested in contributing to the project. In our case, we have extensive documentation available on the website which we don't want to duplicate, so let's just point people there. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
20 lines
426 B
ReStructuredText
20 lines
426 B
ReStructuredText
=======================
|
|
Contributing to libvirt
|
|
=======================
|
|
|
|
Full, up to date information on how to contribute to libvirt can be
|
|
found on the libvirt website:
|
|
|
|
https://libvirt.org/contribute.html
|
|
|
|
To build the same document locally, from the top level directory of
|
|
your git clone run:
|
|
|
|
::
|
|
|
|
$ mkdir build && cd build
|
|
$ ../autogen.sh
|
|
$ make
|
|
|
|
You'll find the freshly-built document in ``docs/contribute.html``.
|