From b66fd16400a8695826f3be65a7862bfbeb47231f Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Fri, 26 Jan 2024 17:46:41 +0100 Subject: [PATCH] chore: update macOS install instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a15343d2..b59641c2 100644 --- a/README.md +++ b/README.md @@ -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 ```