[PATCH 1/3] docs: Unify clone instructions

Andrea Bolognani via Devel posted 3 patches 3 months ago
[PATCH 1/3] docs: Unify clone instructions
Posted by Andrea Bolognani via Devel 3 months ago
We use the same format for GitLab and libvirt.org, but not
for GitHub.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
---
 docs/downloads.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/downloads.rst b/docs/downloads.rst
index 00feb8a761..11837c29e1 100644
--- a/docs/downloads.rst
+++ b/docs/downloads.rst
@@ -326,7 +326,7 @@ repositories on GitHub:
 
 ::
 
-   https://github.com/libvirt/
+   git clone https://github.com/libvirt/[module name].git
 
 And there are also read-only mirrors on libvirt.org:
 
-- 
2.49.0
Re: [PATCH 1/3] docs: Unify clone instructions
Posted by Peter Krempa via Devel 3 months ago
On Thu, Jun 05, 2025 at 15:39:13 +0200, Andrea Bolognani via Devel wrote:
> We use the same format for GitLab and libvirt.org, but not
> for GitHub.
> 
> Signed-off-by: Andrea Bolognani <abologna@redhat.com>
> ---
>  docs/downloads.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Peter Krempa <pkrempa@redhat.com>