summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHugo Buddelmeijer <hugo@buddelmeijer.nl>2025-12-23 12:07:02 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-15 19:07:32 +0100
commitd32b285b2b14a5a2edc882482b61f543a0348ef2 (patch)
treeb48d4f0d687054a5fda22db787bdad3d31324160 /doc
parent542db8304ed2991ce870c93bd71456e942624888 (diff)
doc: Improve building from git instructions.
* doc/contributing.texi (Building from Git): Improve instructions. Include 'cd' and authorizing the directory for guix shell. Change-Id: Ied8eb7553ab92504a87c0059820ca154a18c33ab Signed-off-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'doc')
-rw-r--r--doc/contributing.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi
index d1e2e63758b..e936e611dab 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -138,6 +138,7 @@ version from the Git repository:
138 138
139@example 139@example
140git clone https://git.guix.gnu.org/guix.git 140git clone https://git.guix.gnu.org/guix.git
141cd guix
141@end example 142@end example
142 143
143@cindex authentication, of a Guix checkout 144@cindex authentication, of a Guix checkout
@@ -177,6 +178,7 @@ guix shell -D guix -CPW
177or even, from within a Git worktree for Guix: 178or even, from within a Git worktree for Guix:
178 179
179@example 180@example
181echo $(pwd) >> ~/.config/guix/shell-authorized-directories
180guix shell -CPW 182guix shell -CPW
181@end example 183@end example
182 184