Skip to content

Commit 11dc510

Browse files
armandgrilletCodaFi
authored andcommitted
Instructions to install Ninja updated. (#10858)
* Instructions to install Ninja updated. One sentence was not syntactically correct, I have replaced it to make the installation process clearer. * Comma splice removed.
1 parent 2e512cb commit 11dc510

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ command line tools to your `PATH`:
101101

102102
#### Ninja
103103
[Ninja](https://ninja-build.org) is the current recommended build system
104-
for building Swift and is the default configuration generated by CMake. If
105-
you're on macOS or don't install it as part of your Linux distribution, clone
106-
it next to the other projects and it will be bootstrapped automatically:
104+
for building Swift and is the default configuration generated by CMake. [Pre-built
105+
packages](https://github.com/ninja-build/ninja/wiki/Pre-built-Ninja-packages)
106+
are available for macOS and Linux distributions. You can also clone Ninja
107+
next to the other projects and it will be bootstrapped automatically:
107108

108-
##### Build from source
109109
**Via HTTPS**
110110

111111
git clone https://github.com/ninja-build/ninja.git && cd ninja

0 commit comments

Comments
 (0)