Looks slightly nicer and makes it absolutely obvious that
these are shell commands.
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
docs/downloads.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/downloads.rst b/docs/downloads.rst
index cdcddabc57..e39d876f36 100644
--- a/docs/downloads.rst
+++ b/docs/downloads.rst
@@ -319,14 +319,14 @@ Each module can be cloned anonymously using:
::
- git clone
https://gitlab.com/libvirt/[module name].git
+ $ git clone
https://gitlab.com/libvirt/[module name].git
In addition to this primary repository, there are mirrored read-only git
repositories on GitHub:
::
- git clone
https://github.com/libvirt/[module name].git
+ $ git clone
https://github.com/libvirt/[module name].git
Note that for most repositories, development happens via merge requests
on GitLab. However, for the main `libvirt.git` repository all patch review and
--
2.49.0