diff --git a/install/index.md b/install/index.md index f1e4690ca..9d06a084f 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 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). ### Latest Release: Swift {{ site.data.builds.swift_releases.last.name }}