aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinwit <inwit@sindominio.net>2022-01-24 09:44:50 +0100
committerRobin Jarry <robin@jarry.cc>2022-01-24 09:48:22 +0100
commit50b0436510b0e256a64ccf365260c5f691cba3de (patch)
treeabf32c6fd4dd19a8afee28713d563c734698492a
parente58194c7b515b56abafd953ab1ddf8518949f505 (diff)
downloadaerc-50b0436510b0e256a64ccf365260c5f691cba3de.tar.gz
aerc-50b0436510b0e256a64ccf365260c5f691cba3de.zip
readme: fix typo in contribution guide
git: 'sendemail' is not a git command. See 'git --help'. The most similar command is send-email Fixes: b84374a572b4 ("readme: add contribution guide") Signed-off-by: inwit <inwit@sindominio.net>
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 71f382ce..338d9c21 100644
--- a/README.md
+++ b/README.md
@@ -105,12 +105,12 @@ defaults:
And send the patch to the mailing list:
- $ git sendemail --annotate -1
+ $ git send-email --annotate -1
Wait for feedback. Address comments and amend changes to your original commit.
Then you should send a v2:
- $ git sendemail --in-reply-to=$first_message_id --annotate -v2 -1
+ $ git send-email --in-reply-to=$first_message_id --annotate -v2 -1
Once the maintainer is happy with your patch, they will apply it and push it.