aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-07-20 17:05:07 +0200
committerLudovic Courtès <ludo@gnu.org>2017-07-20 18:08:00 +0200
commitdbfcadfc304bf2dab73f4e88377e7fe902e1ca72 (patch)
tree89d12fa0148fc5a796c329ad5a601d695e690a5f
parent302d46e63f406f0f8acb024557498deaef2d4255 (diff)
downloadguix-dbfcadfc304bf2dab73f4e88377e7fe902e1ca72.tar
guix-dbfcadfc304bf2dab73f4e88377e7fe902e1ca72.tar.gz
doc: Show the "git clone" command.
Suggested by Joshua Branson <jbranso91@gmail.com>. * doc/contributing.texi (Building from Git): Add "git clone" command.
-rw-r--r--doc/contributing.texi8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi
index 0073f24518..00edd47710 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -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}).