1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-17 18:07:02 +00:00

manual: fix macOS instructions

This commit is contained in:
gitlost
2022-12-26 15:40:46 +00:00
parent 9e06845c93
commit be0d9bc663
2 changed files with 8 additions and 4 deletions

View File

@@ -194,13 +194,15 @@ install Homebrew input the following line into the macOS terminal
https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```
Once Homebrew is installed use the following command to install the Zint.
Once Homebrew is installed use the following command to install the CLI and
library
```bash
brew install zint
```
To build from source see `"README.macos"` in the project root directory.
To build from source (and install the GUI) see `"README.macos"` in the project
root directory.
[^1]: See the Homebrew website [https://brew.sh](https://brew.sh).