From 6facc5368623a72fa76f20f1afb359e0dd8e1c30 Mon Sep 17 00:00:00 2001 From: Leinux Date: Fri, 30 Aug 2024 14:42:06 +0800 Subject: [PATCH] doc: Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9501c9..041f01a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ # DiffHighlighter -A diff file highlighter extension for Thunderbird. +A diff file highlighter extension for Thunderbird, especially useful when you are reviewing a patch. + +![image](https://github.com/user-attachments/assets/e3b19a93-cdee-4203-86e2-7260b6ce33c9) ## How to use? -You can download the `colorediffs.xpi` file directly from the release, you can also build it yourself on a Linux machine: +You can download the `colorediffs.xpi` file directly from the [latest release](https://github.com/tristone13th/DiffHighlighter/releases), you can also build it yourself on a Linux machine: 1. Ensure you have `zip` installed; 2. cd to this project's source folder, execute `make xpi`;