Skip to content

Commit 2bd5e49

Browse files
authored
Merge pull request #4924 from ikesyo/gettingstarted-macos-update-toolchain-installation-link
[Docs/GettingStarted] Update macOS toolchain installation link
2 parents 41b71f9 + 473dc23 commit 2bd5e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docs/GettingStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ swift-corelibs-foundation swift-corelibs-xctest
2424

2525
Build and test steps:
2626

27-
0. Run Xcode with the latest toolchain. Follow [the instructions here](https://swift.org/download/#installation) to start Xcode with the correct toolchain.
27+
0. Run Xcode with the latest toolchain. Follow [the instructions here](https://www.swift.org/install/macos/#installation-via-swiftorg-package-installer) to start Xcode with the correct toolchain.
2828
0. Open `Foundation.xcworkspace`.
2929
0. Build the _SwiftFoundation_ target. This builds CoreFoundation and Foundation.
3030
0. Run (Cmd-R) the _TestFoundation_ target. This builds CoreFoundation, Foundation, XCTest, and TestFoundation, then runs the tests.

0 commit comments

Comments
 (0)