~ruther/guix-local

dbfcadfc304bf2dab73f4e88377e7fe902e1ca72 — Ludovic Courtès 8 years ago 302d46e
doc: Show the "git clone" command.

Suggested by Joshua Branson <jbranso91@gmail.com>.

* doc/contributing.texi (Building from Git): Add "git clone" command.
1 files changed, 7 insertions(+), 1 deletions(-)

M doc/contributing.texi
M doc/contributing.texi => doc/contributing.texi +7 -1
@@ 31,7 31,13 @@ choice.
@section Building from Git

If you want to hack Guix itself, it is recommended to use the latest
version from the Git repository.  When building Guix from a checkout,
version from the Git repository:

@example
git clone https://git.savannah.gnu.org/git/guix.git
@end example

When building Guix from a checkout,
the following packages are required in addition to those mentioned in
the installation instructions (@pxref{Requirements}).