diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2025-12-23 12:07:02 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2026-01-05 11:06:39 +0100 |
| commit | 8c34dfeec2ab3dea7e70d05675bfae6c678a2e0b (patch) | |
| tree | 4ba4058fff6b8501156ea823c2ebdcb6165522d2 /doc | |
| parent | c2b1128c7cab0e25527febf504f88e22ac267f67 (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>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/contributing.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi index 66ea408e243..55202a4b715 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi | |||
| @@ -142,6 +142,7 @@ Guix Consensus Document 003}.}: | |||
| 142 | 142 | ||
| 143 | @example | 143 | @example |
| 144 | git clone https://git.guix.gnu.org/guix.git | 144 | git clone https://git.guix.gnu.org/guix.git |
| 145 | cd guix | ||
| 145 | @end example | 146 | @end example |
| 146 | 147 | ||
| 147 | @cindex authentication, of a Guix checkout | 148 | @cindex authentication, of a Guix checkout |
| @@ -181,6 +182,7 @@ guix shell -D guix -CPW | |||
| 181 | or even, from within a Git worktree for Guix: | 182 | or even, from within a Git worktree for Guix: |
| 182 | 183 | ||
| 183 | @example | 184 | @example |
| 185 | echo $(pwd) >> ~/.config/guix/shell-authorized-directories | ||
| 184 | guix shell -CPW | 186 | guix shell -CPW |
| 185 | @end example | 187 | @end example |
| 186 | 188 | ||
