From ba2e6445a3a51f49174d5483ea32eb60fa76e3b6 Mon Sep 17 00:00:00 2001 From: Alexander Alemayhu Date: Wed, 5 Dec 2018 13:16:07 +0100 Subject: [PATCH] Docs: update the list of supported Linux distributions Ubuntu 16.04 was dropped a back in swift/55d907fbee29 (Drop support for Ubuntu 16.10, 2018-09-05) --- Docs/GettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/GettingStarted.md b/Docs/GettingStarted.md index b50dcf3eb4..2ab991e664 100644 --- a/Docs/GettingStarted.md +++ b/Docs/GettingStarted.md @@ -34,7 +34,7 @@ Build and test steps: You will need: -* A supported distribution of Linux. At this time, we support [Ubuntu 14.04, Ubuntu 16.04 and Ubuntu 16.10](http://www.ubuntu.com). +* A supported distribution of Linux. At this time, we support [Ubuntu 14.04, Ubuntu 16.04 and Ubuntu 18.04](http://www.ubuntu.com). To get started, follow the instructions on how to [build Swift](https://github.com/apple/swift#building-swift). Foundation is developed at the same time as the rest of Swift, so the most recent version of the `clang` and `swift` compilers are required in order to build it. The easiest way to make sure you have all of the correct dependencies is to build everything together.