README.md: adding note about homebrew on macOS (#82)
diff --git a/README.md b/README.md
index c6a0da3..21afea3 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,12 @@ Alternatively, you might be able to install bzip3 using your system's package ma
[](https://repology.org/project/bzip3/versions)
+On macOS, you can use [Homebrew](https://brew.sh) to easily install:
+
+```console
+$ brew install bzip3
+```
+
## Perl source code benchmark
First, I have downloaded every version of Perl5 ever released and decompressed them.
