From 31724574f18de9963f0e239300564d9d69f4bc0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lawrence=20Vel=C3=A1zquez?= Date: Thu, 3 Dec 2015 23:27:20 -0500 Subject: [PATCH] Separate Homebrew/MacPorts instructions for CMake + Ninja --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 01d5749762dec..10534d8223f88 100644 --- a/README.md +++ b/README.md @@ -93,10 +93,13 @@ it next to the other projects and it will be bootstrapped automatically: git clone git@github.com:martine/ninja.git -You can also use a third-party packaging tool like [Homebrew](http://brew.sh) or -[MacPorts](https://macports.org) to install CMake and Ninja on OS X: +You can also install CMake and Ninja on OS X using a third-party +packaging tool like [Homebrew](http://brew.sh)… brew install cmake ninja + +…or [MacPorts](https://macports.org). + sudo port install cmake ninja ### Building Swift