summaryrefslogtreecommitdiff
path: root/gnu/system
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/system')
-rw-r--r--gnu/system/examples/devel-hurd64.tmpl6
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/system/examples/devel-hurd64.tmpl b/gnu/system/examples/devel-hurd64.tmpl
index 146a35adcfc..fb9e71a3188 100644
--- a/gnu/system/examples/devel-hurd64.tmpl
+++ b/gnu/system/examples/devel-hurd64.tmpl
@@ -30,10 +30,8 @@
;; For Guix hacking, do something like:
;;
;; guix shell --boostrap -D guix
-;; mkdir -p ~/src/guix
-;; cd src/guix
-;; git clone git clone git://git.savannah.gnu.org/guix
-;; cd master
+;; mkdir ~/src && cd src
+;; git clone git://git.savannah.gnu.org/guix
;; ./bootstrap
;; ./configure
;; make