We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d079068 commit 3172457Copy full SHA for 3172457
README.md
@@ -93,10 +93,13 @@ it next to the other projects and it will be bootstrapped automatically:
93
94
git clone [email protected]:martine/ninja.git
95
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:
+You can also install CMake and Ninja on OS X using a third-party
+packaging tool like [Homebrew](http://brew.sh)…
98
99
brew install cmake ninja
100
+
101
+…or [MacPorts](https://macports.org).
102
103
sudo port install cmake ninja
104
105
### Building Swift
0 commit comments