From 470f8fa0475cf999807d492d74b5ad12604a6a70 Mon Sep 17 00:00:00 2001 From: hex Date: Sat, 21 Jun 2025 20:08:02 +0200 Subject: [PATCH] readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 65f1ce2..997ec82 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,10 @@ This applies to the frontend aswell! To generate a patch file, first commit your changes and then do: ```bash -git format-patch -1 HEAD +git format-patch - HEAD ``` +Where ```` is the number of commits you've made locally that you want to upstream. + Patches can be sent to hex@iwakura.rip. Frequent commiters may get an iwakura.rip account to open pull requests directly on the repo or may even get added to the project. To inquire about any of these two, please e-mail me at the aforementioned e-mail address.