From 2e052d8c257cabc83c67513631db699a49a43694 Mon Sep 17 00:00:00 2001 From: Patricia Aas Date: Mon, 4 Oct 2021 14:49:20 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 36af0a5..98441a4 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ sudo apt-get install ninja-build pkg-config curl zip unzip tar cmake build-essen ## Mac Install clang by typing `xcode-select --install` in a terminal and following the instructions -Install cmake using brew: +* Install the build tools ```bash brew install cmake ninja -``` \ No newline at end of file +```