From 12056374ba438611d8df750101463050a727f1ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lawrence=20Vel=C3=A1zquez?= Date: Thu, 3 Dec 2015 21:56:29 -0500 Subject: [PATCH] Add command to install CMake + Ninja via MacPorts --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 404f533c3e032..01d5749762dec 100644 --- a/README.md +++ b/README.md @@ -93,10 +93,11 @@ 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) to -install CMake and Ninja on OS X: +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: brew install cmake ninja + sudo port install cmake ninja ### Building Swift