mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-07 14:38:42 +00:00
docs: add macOS install instructions
This commit is contained in:
12
README.md
12
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:
|
||||
|
||||
|
Reference in New Issue
Block a user