Signed-off-by: Sahid Orentino Ferdjaoui <[email protected]>
---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index a359574..6e1ad64 100644
--- a/README.md
+++ b/README.md
@@ -76,14 +76,18 @@ at any time. The preferred submission method is to use git 
send-email
 to submit patches to the [email protected] mailing list. eg. to
 send a single patch
 
+```
    git send-email --to [email protected] --subject-prefix "PATCH rust" \
        --smtp-server=$HOSTNAME -1
+```
 
 Or to send all patches on the current branch, against master
 
+```
    git send-email --to [email protected] --subject-prefix "PATCH rust" \
        --smtp-server=$HOSTNAME --no-chain-reply-to --cover-letter --annotate \
        master..
+```
 
 Note the master GIT repository is at
 
-- 
2.17.1

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to