aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 2383a1fb..32ac5a4e 100644
--- a/README.md
+++ b/README.md
@@ -77,12 +77,12 @@ Then compile aerc:
aerc optionally supports notmuch. To enable it, you need to have a recent
version of [notmuch](https://notmuchmail.org/#index7h2), including the header
-files (notmuch.h). The `notmuch` build tag should be automatically added.
+files (notmuch.h). The `notmuch` build tag should be automatically added. To
+check if it is, run the following command:
- $ make
- go build -trimpath -tags=notmuch -ldflags "-X ...
- ^^^^^^^^^^^^^
- ...
+ $ ./aerc -v
+ aerc 0.14.0-108-g31e1cd9af565 +notmuch (go1.19.6 amd64 linux)
+ ^^^^^^^^
If it is not, you can force it before building: