unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* A small documentational change to the contributing section
@ 2017-07-15 20:40 Joshua Branson
  2017-07-20 15:07 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Joshua Branson @ 2017-07-15 20:40 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 590 bytes --]


I've added a few lines to the contributing section of the manual.  It
says that users actually have to clone the guix repo before running guix
environment guix.  I actually made the mistake a week or two ago.

#+BEGIN_SRC sh
guix environment guix
./bootstrap
#+END_SRC

When nothing happened I was really confused.  When I asked about it on
#guix, I was told that I actually have to have the repo first.
Hopefully this patch will make that a bit clearer.

P.S.  Maybe I'm overthinking this, and I just made a rookie mistake.

P.P.S.  I also hope I'm sending this to the right mailing list.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Contrubiting Patch --]
[-- Type: text/x-patch, Size: 1126 bytes --]

From 3a49e32fc30480c36ea69add42cd7e2e94669a93 Mon Sep 17 00:00:00 2001
From: Joshua Branson <bransoj@hotmail.com>
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.
+
+@example
+git clone https://git.savannah.gnu.org/git/guix.git
+@end 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


[-- Attachment #3: Type: text/plain, Size: 81 bytes --]



--
Joshua Branson
Purdue Honors College
Web Developer
Sent From Emacs and Gnus

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: A small documentational change to the contributing section
  2017-07-15 20:40 A small documentational change to the contributing section Joshua Branson
@ 2017-07-20 15:07 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-07-20 15:07 UTC (permalink / raw)
  To: Joshua Branson; +Cc: guix-devel

Hello,

Joshua Branson <jbranso91@gmail.com> skribis:

> I've added a few lines to the contributing section of the manual.  It
> says that users actually have to clone the guix repo before running guix
> environment guix.  I actually made the mistake a week or two ago.
>
> #+BEGIN_SRC sh
> guix environment guix
> ./bootstrap
> #+END_SRC
>
> When nothing happened I was really confused.  When I asked about it on
> #guix, I was told that I actually have to have the repo first.
> Hopefully this patch will make that a bit clearer.

I’ve made this change in a slightly different way, thank you!

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-07-20 15:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-15 20:40 A small documentational change to the contributing section Joshua Branson
2017-07-20 15:07 ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).