thunderbird-patch-review
Simple email patch review tool for Thunderbird
git clone git://mccd.space/thunderbird-patch-reviewcommit d6a0831ec25eca9ca6ca12499a323f6fd57a24f1
parent 33b28e124ba37486c4d14c2c81d80d97a30bede8
Author: Marc <marc@coquand.email>
Date: Sun, 19 Jul 2026 12:21:04 +0200
README
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.html b/README.html
@@ -34,10 +34,10 @@
</figure>
- <h2>Installation</h2>
- <p>Package the extension as an .xpi and install it via the Add-ons
- Manager gear menu (Install Add-on From File...). From the project
- root:</p>
+ <h2>Installation (source)</h2>
+ <p>Package the extension source code as an .xpi and install it via
+ the Add-ons Manager gear menu (Install Add-on From File...). To
+ package it, run the following from the project root:</p>
<pre><code>(cd extension && zip -qrX ../patch-review.xpi .)</code></pre>
<p>At some point I will upload the add-on to Thunderbird.</p>