From c1b76ae96cbb649e0b8ad68068faf70cfe17423c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Fischer?= Date: Tue, 24 Apr 2018 20:30:19 -0300 Subject: [PATCH] Updated info on supported Ubuntu distros --- Docs/GettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/GettingStarted.md b/Docs/GettingStarted.md index ece8382a37..bdfa606dbe 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 and Ubuntu 15.10](http://www.ubuntu.com). +* A supported distribution of Linux. At this time, we support [Ubuntu 14.04, Ubuntu 16.04 and Ubuntu 16.10](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.