Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edited installing swift index #649

Merged
merged 4 commits into from
May 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 7 additions & 2 deletions install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down