From a1efdad3c4119134afbf699de06a60f947772d88 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Tue, 17 Jun 2025 19:37:09 -0400 Subject: [PATCH] docs: add macOS install instructions --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 15c1d8c..7ea4f00 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,18 @@ sudo apt update sudo apt install -y jq qrencode imagemagick poppler-utils nodejs npm ``` +### macOS + +With [Homebrew](https://brew.sh) you can install the same dependencies: + +```bash +brew install jq qrencode imagemagick poppler node coreutils +``` + +These scripts rely on the GNU implementation of `mktemp` (`gmktemp`) found in +`coreutils`. If you prefer not to install `coreutils`, edit the scripts to use +`mktemp` without the `--suffix` option. + The obfuscation scripts also rely on a pair of Node modules. Install them globally: