Skip to content

Commit 6bbc28e

Browse files
[doc] update link to dependency installation instructions (#3539)
1 parent 5e638b0 commit 6bbc28e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/Contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ $> swift test -c release --filter PerformanceTests
125125
The bootstrap script is designed for building SwiftPM on systems that do not have Xcode or a toolchain installed.
126126
It is used on bare systems to bootstrap the Swift toolchain (including SwiftPM), and as such not typically used outside the Swift team.
127127

128-
the bootstrap script requires having [CMake](https://cmake.org/) and [Ninja](https://ninja-build.org/) installed.
129-
Please refer to the [Swift project repo](https://github.com/apple/swift/blob/master/README.md#macos) for installation instructions.
128+
The bootstrap script requires having [CMake](https://cmake.org/) and [Ninja](https://ninja-build.org/) installed.
129+
Please refer to the [_Get Started_ guide](https://github.com/apple/swift/blob/main/docs/HowToGuides/GettingStarted.md#installing-dependencies) on the Swift project repository for installation instructions.
130130

131131
1. Clone [llbuild](https://github.com/apple/swift-llbuild) beside the SwiftPM directory.
132132

0 commit comments

Comments
 (0)