qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Hongren (Zenithal) Zheng" <i@zenithal.me>
To: Gerd Hoffmann <kraxel@redhat.com>, "Canokeys.org" <contact@canokeys.org>
Cc: qemu-devel@nongnu.org, tlaurion <insurgo@riseup.net>
Subject: [PATCH 1/2] docs/system/devices/canokey: fix recursive cloning
Date: Mon, 12 Jun 2023 16:42:16 +0800	[thread overview]
Message-ID: <ZIbaaE7OnaG5Vj0L@Sun> (raw)
In-Reply-To: <ZIbY8nBXQbv2qZJ8@Sun>

canokey-qemu contains submodules so it needs
recursive cloning

Reported-By: tlaurion <insurgo@riseup.net>
Link: https://github.com/canokeys/canokey-qemu/issues/3
Signed-off-by: Hongren (Zenithal) Zheng <i@zenithal.me>
---
 docs/system/devices/canokey.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/system/devices/canokey.rst b/docs/system/devices/canokey.rst
index cfa6186e48..5492e6792c 100644
--- a/docs/system/devices/canokey.rst
+++ b/docs/system/devices/canokey.rst
@@ -53,7 +53,7 @@ libcanokey-qemu is required to use CanoKey QEMU.
 
 .. code-block:: shell
 
-    git clone https://github.com/canokeys/canokey-qemu
+    git clone --recursive https://github.com/canokeys/canokey-qemu
     mkdir canokey-qemu/build
     pushd canokey-qemu/build
 
-- 
2.37.2



  reply	other threads:[~2023-06-12  8:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-12  8:36 [PATCH 0/2] canokey: documentation fixes Hongren (Zenithal) Zheng
2023-06-12  8:42 ` Hongren (Zenithal) Zheng [this message]
2023-06-12  8:44 ` [PATCH 2/2] docs/system/devices/canokey: update implementations and web console Hongren (Zenithal) Zheng

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZIbaaE7OnaG5Vj0L@Sun \
    --to=i@zenithal.me \
    --cc=contact@canokeys.org \
    --cc=insurgo@riseup.net \
    --cc=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).