>From 3a49e32fc30480c36ea69add42cd7e2e94669a93 Mon Sep 17 00:00:00 2001 From: Joshua Branson
Date: Sat, 15 Jul 2017 13:06:05 -0400 Subject: [PATCH] * I updated the contributing section to include cloning the guix repo. --- doc/contributing.texi | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/contributing.texi b/doc/contributing.texi index 0073f2451..089d81efc 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -45,9 +45,14 @@ the installation instructions (@pxref{Requirements}). @end itemize The easiest way to set up a development environment for Guix is, of -course, by using Guix! The following command starts a new shell where -all the dependencies and appropriate environment variables are set up to -hack on Guix: +course, by using Guix! First, clone the guix repository. + address@hidden +git clone https://git.savannah.gnu.org/git/guix.git address@hidden example + +The following command starts a new shell where all the dependencies and +appropriate environment variables are set up to hack on Guix: @example guix environment guix -- 2.13.2