doc: Show the "git clone" command.

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

* doc/contributing.texi (Building from Git): Add "git clone" command.
This commit is contained in:
Ludovic Courtès 2017-07-20 17:05:07 +02:00
parent 302d46e63f
commit dbfcadfc30
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -31,7 +31,13 @@ choice.
@section Building from Git @section Building from Git
If you want to hack Guix itself, it is recommended to use the latest 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 following packages are required in addition to those mentioned in
the installation instructions (@pxref{Requirements}). the installation instructions (@pxref{Requirements}).