apteryx pushed a commit to branch master
in repository guix.

commit 2dc4a9cca3f297842be676b88cad64eed30c753f
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Wed Dec 18 21:33:57 2024 +0900

    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

Reply via email to