Skip to content

Commit 1205637

Browse files
committed
Add command to install CMake + Ninja via MacPorts
1 parent e0e5257 commit 1205637

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,11 @@ it next to the other projects and it will be bootstrapped automatically:
9393

9494
git clone git@github.com:martine/ninja.git
9595

96-
You can also use a third-party packaging tool like [Homebrew](http://brew.sh) to
97-
install CMake and Ninja on OS X:
96+
You can also use a third-party packaging tool like [Homebrew](http://brew.sh) or
97+
[MacPorts](https://macports.org) to install CMake and Ninja on OS X:
9898

9999
brew install cmake ninja
100+
sudo port install cmake ninja
100101

101102
### Building Swift
102103

0 commit comments

Comments
 (0)