diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/system/examples/devel-hurd64.tmpl | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/system/examples/devel-hurd64.tmpl b/gnu/system/examples/devel-hurd64.tmpl index 146a35adcf..fb9e71a318 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 |