From 2dc4a9cca3f297842be676b88cad64eed30c753f Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Wed, 18 Dec 2024 21:33:57 +0900 Subject: [PATCH] system/examples: Fix git clone instructions in devel-hurd64.tmpl template. * gnu/system/examples/devel-hurd64.tmpl: Fix git clone instructions in comment. Change-Id: Id82f3e5d7888355507ac90e86e3bff4c27e6fba1 --- gnu/system/examples/devel-hurd64.tmpl | 6 ++---- 1 file 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