1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 20:12:11 +02:00

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
This commit is contained in:
Maxim Cournoyer
2024-12-18 21:33:57 +09:00
parent a5850e73d6
commit 2dc4a9cca3
+2 -4
View File
@@ -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