guix_mirror_bot pushed a commit to branch version-1.5.0
in repository guix.

commit d32b285b2b14a5a2edc882482b61f543a0348ef2
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Tue Dec 23 12:07:02 2025 +0100

    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 <[email protected]>
    Signed-off-by: Rutherther <[email protected]>
---
 doc/contributing.texi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/contributing.texi b/doc/contributing.texi
index d1e2e63758..e936e611da 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -138,6 +138,7 @@ version from the Git repository:
 
 @example
 git clone https://git.guix.gnu.org/guix.git
+cd guix
 @end example
 
 @cindex authentication, of a Guix checkout
@@ -177,6 +178,7 @@ guix shell -D guix -CPW
 or even, from within a Git worktree for Guix:
 
 @example
+echo $(pwd) >> ~/.config/guix/shell-authorized-directories
 guix shell -CPW
 @end example
 

Reply via email to