diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-12-18 21:33:57 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-12-18 23:28:18 +0900 |
commit | 2dc4a9cca3f297842be676b88cad64eed30c753f (patch) | |
tree | aed013c56fed2f1e29518d8fd801ef3fa27cef15 /gnu/system | |
parent | a5850e73d634d13f5fabec2a85e42886292f7ab0 (diff) |
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
Diffstat (limited to 'gnu/system')
-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 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 |