mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01: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:
parent
a5850e73d6
commit
2dc4a9cca3
1 changed files with 2 additions and 4 deletions
|
@ -30,10 +30,8 @@
|
||||||
;; For Guix hacking, do something like:
|
;; For Guix hacking, do something like:
|
||||||
;;
|
;;
|
||||||
;; guix shell --boostrap -D guix
|
;; guix shell --boostrap -D guix
|
||||||
;; mkdir -p ~/src/guix
|
;; mkdir ~/src && cd src
|
||||||
;; cd src/guix
|
;; git clone git://git.savannah.gnu.org/guix
|
||||||
;; git clone git clone git://git.savannah.gnu.org/guix
|
|
||||||
;; cd master
|
|
||||||
;; ./bootstrap
|
;; ./bootstrap
|
||||||
;; ./configure
|
;; ./configure
|
||||||
;; make
|
;; make
|
||||||
|
|
Loading…
Reference in a new issue