diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-07-20 17:05:07 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-07-20 18:08:00 +0200 |
commit | dbfcadfc304bf2dab73f4e88377e7fe902e1ca72 (patch) | |
tree | 89d12fa0148fc5a796c329ad5a601d695e690a5f /doc/contributing.texi | |
parent | 302d46e63f406f0f8acb024557498deaef2d4255 (diff) | |
download | patches-dbfcadfc304bf2dab73f4e88377e7fe902e1ca72.tar patches-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.
Diffstat (limited to 'doc/contributing.texi')
-rw-r--r-- | doc/contributing.texi | 8 |
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}). |