Skip to content

Commit 3172457

Browse files
committed
Separate Homebrew/MacPorts instructions for CMake + Ninja
1 parent d079068 commit 3172457

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: README.md

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

9494
git clone [email protected]:martine/ninja.git
9595

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:
96+
You can also install CMake and Ninja on OS X using a third-party
97+
packaging tool like [Homebrew](http://brew.sh)
9898

9999
brew install cmake ninja
100+
101+
…or [MacPorts](https://macports.org).
102+
100103
sudo port install cmake ninja
101104

102105
### Building Swift

0 commit comments

Comments
 (0)