We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3de382e + 1205637 commit d079068Copy full SHA for d079068
README.md
@@ -93,10 +93,11 @@ it next to the other projects and it will be bootstrapped automatically:
93
94
git clone git@github.com:martine/ninja.git
95
96
-You can also use a third-party packaging tool like [Homebrew](http://brew.sh) to
97
-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:
98
99
brew install cmake ninja
100
+ sudo port install cmake ninja
101
102
### Building Swift
103
0 commit comments