chore: update macOS install instructions

This commit is contained in:
Marcus Holland-Moritz 2024-01-26 17:46:41 +01:00
parent bb15d4ce8a
commit b66fd16400

View File

@ -532,9 +532,11 @@ binaries even on such an old platform.
$ pip3 install --user mistletoe
```
- Install `ninja` and `ronn` using Homebrew (you can optionally also install `ccache`):
- Install `cmake`, `ninja` and `ronn` using Homebrew (you can
optionally also install `ccache`):
```
$ brew install cmake
$ brew install ninja
$ brew install ronn
```