summary refs log tree commit diff
path: root/doc/contributing.xml
blob: f622845bf1a8302ddabf198ee4513e2d5cc8c29b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<chapter xmlns="http://docbook.org/ns/docbook"
         xmlns:xlink="http://www.w3.org/1999/xlink"
         xml:id="chap-contributing">

<title>Contributing</title>

<para>If you make modifications to the manual, it's important to build the manual before contributing:</para>

<orderedlist>

  <listitem><para><command>$ git clone git://github.com/NixOS/nixpkgs.git</command></para></listitem>

  <listitem><para><command>$ nix-build -A manual nixpkgs/pkgs/top-level/release.nix</command></para></listitem>
  
  <listitem><para>Inside the built derivation you shall see <literal>manual/index.html</literal> file.</para></listitem>

</orderedlist>

</chapter>