2014-07-27 14:21:17 +01:00
|
|
|
<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>
|
|
|
|
|
2014-11-08 20:26:56 +00:00
|
|
|
<listitem><para><command>$ nix-build -A manual nixpkgs/pkgs/top-level/release.nix</command></para></listitem>
|
2014-07-27 14:21:17 +01:00
|
|
|
|
|
|
|
<listitem><para>Inside the built derivation you shall see <literal>manual/index.html</literal> file.</para></listitem>
|
|
|
|
|
|
|
|
</orderedlist>
|
|
|
|
|
|
|
|
</chapter>
|