From 2b6b7a4975dc8e7f6b31298a05ed36cbffa40f30 Mon Sep 17 00:00:00 2001 From: xave Date: Sun, 19 Jun 2022 04:47:10 -0400 Subject: [PATCH] Update README to show nix package manager install option (#904) ocrmypdf now works on M1 Mac (aarch64-darwin) Co-authored-by: xave --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e4bf67b..2c181a03 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,8 @@ Linux, Windows, macOS and FreeBSD are supported. Docker images are also availabl | Debian, Ubuntu | ``apt install ocrmypdf`` | | Windows Subsystem for Linux | ``apt install ocrmypdf`` | | Fedora | ``dnf install ocrmypdf`` | -| macOS | ``brew install ocrmypdf`` | +| macOS (Homebrew) | ``brew install ocrmypdf`` | +| macOS (nix) | ``nix-env -i ocrmypdf`` | | LinuxBrew | ``brew install ocrmypdf`` | | FreeBSD | ``pkg install py37-ocrmypdf`` | | Conda | ``conda install ocrmypdf`` |