From 473dc23fee4238df732b63b1e235aeee5c5259e9 Mon Sep 17 00:00:00 2001 From: Sho Ikeda Date: Fri, 15 Mar 2024 10:13:17 +0900 Subject: [PATCH] [Docs/GettingStarted] Update macOS toolchain installation link https://www.swift.org/install/macos/#installation-via-swiftorg-package-installer --- Docs/GettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/GettingStarted.md b/Docs/GettingStarted.md index b1b66e8986..f396af8f41 100644 --- a/Docs/GettingStarted.md +++ b/Docs/GettingStarted.md @@ -24,7 +24,7 @@ swift-corelibs-foundation swift-corelibs-xctest Build and test steps: -0. Run Xcode with the latest toolchain. Follow [the instructions here](https://swift.org/download/#installation) to start Xcode with the correct toolchain. +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. 0. Open `Foundation.xcworkspace`. 0. Build the _SwiftFoundation_ target. This builds CoreFoundation and Foundation. 0. Run (Cmd-R) the _TestFoundation_ target. This builds CoreFoundation, Foundation, XCTest, and TestFoundation, then runs the tests.