From c804b56a263b9eaa3a7e78e954102bc8c5dd8cdf Mon Sep 17 00:00:00 2001 From: Brentley Jones Date: Fri, 22 Jan 2021 10:37:39 -0600 Subject: [PATCH] Update build instruction links (#51) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b68a6b1..633d655 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ index-import \ ## Build Instructions -The build uses [CMake](https://cmake.org) because [swift-clang](https://www.github.com/apple/swift-clang) uses CMake. The `index-import` build script is small, but depends on the larger swift-clang project. To build `index-import`, first [install the tools required by Swift](https://github.com/apple/swift#system-requirements), then build swift-clang by following the [Swift build instructions](https://github.com/apple/swift#building-swift). +The build uses [CMake](https://cmake.org) because [swift-clang](https://www.github.com/apple/swift-clang) uses CMake. The `index-import` build script is small, but depends on the larger swift-clang project. To build `index-import`, first [install the tools required by Swift](https://github.com/apple/swift/blob/main/docs/HowToGuides/GettingStarted.md#system-requirements), then build swift-clang by following the [Swift build instructions](https://github.com/apple/swift/blob/main/docs/HowToGuides/GettingStarted.md#building-the-project-for-the-first-time). When building Swift, keep the following in mind: