Skip to content

Commit 3a0802b

Browse files
authored
GettingStarted.md: add missing link for Ubuntu 18.04 dependencies
1 parent a70b040 commit 3a0802b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/HowToGuides/GettingStarted.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,13 @@ toolchain as a one-off, there are a couple of differences:
157157
### Linux
158158
159159
1. The latest Linux dependencies are listed in the respective Dockerfiles:
160+
* [Ubuntu 18.04](https://github.com/apple/swift-docker/blob/main/swift-ci/master/ubuntu/18.04/Dockerfile)
160161
* [Ubuntu 20.04](https://github.com/apple/swift-docker/blob/main/swift-ci/master/ubuntu/20.04/Dockerfile)
161162
* [Ubuntu 22.04](https://github.com/apple/swift-docker/blob/main/swift-ci/master/ubuntu/22.04/Dockerfile)
162163
* [CentOS 7](https://github.com/apple/swift-docker/blob/main/swift-ci/master/centos/7/Dockerfile)
163164
* [Amazon Linux 2](https://github.com/apple/swift-docker/blob/main/swift-ci/master/amazon-linux/2/Dockerfile)
164165
165-
2. To install [Sccache][] (optional):
166+
3. To install [Sccache][] (optional):
166167
* If you're not building within a Docker container:
167168
```sh
168169
sudo snap install sccache --candidate --classic

0 commit comments

Comments
 (0)