~ruther/guix-local

2dc4a9cca3f297842be676b88cad64eed30c753f — Maxim Cournoyer 1 year, 7 months ago a5850e7
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
1 files changed, 2 insertions(+), 4 deletions(-)

M gnu/system/examples/devel-hurd64.tmpl
M gnu/system/examples/devel-hurd64.tmpl => gnu/system/examples/devel-hurd64.tmpl +2 -4
@@ 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