diff --git a/docs/manual.pmd b/docs/manual.pmd index a307fb0a..7d87103f 100644 --- a/docs/manual.pmd +++ b/docs/manual.pmd @@ -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). diff --git a/docs/manual.txt b/docs/manual.txt index 6c5e108c..c22c74cb 100644 --- a/docs/manual.txt +++ b/docs/manual.txt @@ -372,11 +372,13 @@ Homebrew input the following line into the macOS terminal /bin/bash -c "$(curl -fsSL \ 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 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. 2.4 Zint Tcl Backend