diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2025-12-23 12:07:02 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-15 19:07:32 +0100 |
| commit | d32b285b2b14a5a2edc882482b61f543a0348ef2 (patch) | |
| tree | b48d4f0d687054a5fda22db787bdad3d31324160 /doc | |
| parent | 542db8304ed2991ce870c93bd71456e942624888 (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.texi | 2 |
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 |
| 140 | git clone https://git.guix.gnu.org/guix.git | 140 | git clone https://git.guix.gnu.org/guix.git |
| 141 | cd 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 | |||
| 177 | or even, from within a Git worktree for Guix: | 178 | or even, from within a Git worktree for Guix: |
| 178 | 179 | ||
| 179 | @example | 180 | @example |
| 181 | echo $(pwd) >> ~/.config/guix/shell-authorized-directories | ||
| 180 | guix shell -CPW | 182 | guix shell -CPW |
| 181 | @end example | 183 | @end example |
| 182 | 184 | ||
