From efbc9215b08f12915b8a838b3c4a2c513e0499f2 Mon Sep 17 00:00:00 2001 From: Robin Bateman Date: Thu, 2 May 2024 17:13:19 -0600 Subject: [PATCH 1/4] Added user-friendly language and simple steps for clarity. --- install/index.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/install/index.md b/install/index.md index f1e4690ca..c94c60aa2 100644 --- a/install/index.md +++ b/install/index.md @@ -3,9 +3,14 @@ layout: page title: Install Swift --- -Follow the instructions below to install the latest version of Swift on a [supported platform](/platform-support). +Whether you are a beginner or an experienced programmer, learning and using Swift can open up opportunities for you to build innovative applications for Apple devices and applications beyond Apple's ecosystem. Not only can you use Swift on macOS, but using Swift on Linux and Windows makes Swift a valuable language for developers looking to work across different platforms and environments. -You can also [download nightly snapshots and older releases](/download). +Follow these general steps to start using Swift: + +1. Choose your development platform below and follow the instructions to install the latest version of Swift. See [supported platform](/platform-support) for the level of help for each platform. +2. After the installation is complete, you can verify the installation by running the swift —version command. + +> Tip: You can also [download nightly snapshots and older releases](/download). ### Latest Release: Swift {{ site.data.builds.swift_releases.last.name }} From be00f73edc34b567ad3e337d5f0e3c9d655a712d Mon Sep 17 00:00:00 2001 From: RobinBateman808 <157847969+RobinBateman808@users.noreply.github.com> Date: Mon, 6 May 2024 17:02:07 -0600 Subject: [PATCH 2/4] Update install/index.md Co-authored-by: Tim Condon <0xTim@users.noreply.github.com> --- install/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/index.md b/install/index.md index c94c60aa2..242ade0a5 100644 --- a/install/index.md +++ b/install/index.md @@ -8,7 +8,7 @@ Whether you are a beginner or an experienced programmer, learning and using Swif Follow these general steps to start using Swift: 1. Choose your development platform below and follow the instructions to install the latest version of Swift. See [supported platform](/platform-support) for the level of help for each platform. -2. After the installation is complete, you can verify the installation by running the swift —version command. +2. After the installation is complete, you can verify the installation by running `swift —version`. > Tip: You can also [download nightly snapshots and older releases](/download). From 08cfe811c70e93225826d3c6844303558583126d Mon Sep 17 00:00:00 2001 From: RobinBateman808 <157847969+RobinBateman808@users.noreply.github.com> Date: Thu, 9 May 2024 13:32:13 -0600 Subject: [PATCH 3/4] Update install/index.md Co-authored-by: Tim Condon <0xTim@users.noreply.github.com> --- install/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/index.md b/install/index.md index 242ade0a5..2d1f900e6 100644 --- a/install/index.md +++ b/install/index.md @@ -7,7 +7,7 @@ Whether you are a beginner or an experienced programmer, learning and using Swif Follow these general steps to start using Swift: -1. Choose your development platform below and follow the instructions to install the latest version of Swift. See [supported platform](/platform-support) for the level of help for each platform. +1. Choose your development platform below and follow the instructions to install the latest version of Swift. See the [supported platforms page](/platform-support) for the platforms that Swift supports. 2. After the installation is complete, you can verify the installation by running `swift —version`. > Tip: You can also [download nightly snapshots and older releases](/download). From 2331a28f2f717b6420b28e8e5e77cf42f6d24543 Mon Sep 17 00:00:00 2001 From: RobinBateman808 <157847969+RobinBateman808@users.noreply.github.com> Date: Thu, 9 May 2024 13:37:24 -0600 Subject: [PATCH 4/4] Minor tweaks to wording in steps 1 and 2 1. Simplified language at the end of step 1. 2. Added clarifying wording to run the "command" in step 2. --- install/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/index.md b/install/index.md index 2d1f900e6..9d06a084f 100644 --- a/install/index.md +++ b/install/index.md @@ -7,8 +7,8 @@ Whether you are a beginner or an experienced programmer, learning and using Swif Follow these general steps to start using Swift: -1. Choose your development platform below and follow the instructions to install the latest version of Swift. See the [supported platforms page](/platform-support) for the platforms that Swift supports. -2. After the installation is complete, you can verify the installation by running `swift —version`. +1. Choose your development platform below and follow the instructions to install the latest version of Swift. See the [supported platforms page](/platform-support) for the Swift-supported platforms. +2. After the installation is complete, you can verify the installation by running the `swift —version` command. > Tip: You can also [download nightly snapshots and older releases](/download).