Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions install/linux/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ layout: page
title: Linux Installation Options
---

Installing Swift on Linux opens up a range of possibilities for development across different platforms, fostering innovation and enabling the creation of diverse types of applications and services.

You can install Swift on Linux using **Docker**, **Tarball**, or **RPM**. Follow the instructions below for your preferred method. You can also make our projects available for use on a server by following the [Deploying to Servers or Public Cloud](https://www.swift.org/documentation/server/guides/deployment.html) guide.


{% include_relative _docker.md %}
{% include_relative _tarball.md %}
{% include_relative _rpms.md %}