From 6761ac39ede5aa24a03fa998e2fcf00c4614b5b5 Mon Sep 17 00:00:00 2001 From: Rahul Gaba Date: Thu, 12 Dec 2019 20:02:59 +0530 Subject: [PATCH] Add CMake installation step (#25) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4c5e388..3928a61 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ To clone and run this repository you'll need [Git](https://git-scm.com) and [Nod ```bash # Clone this repository git clone https://github.com/nodegui/react-nodegui-starter +# Install CMake +brew install cmake # Go into the repository cd react-nodegui-starter # Install dependencies