Skip to content

Commit 1765437

Browse files
committed
docs: Use correct indentation level for section headings
1 parent af35361 commit 1765437

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/swift-container-plugin/Documentation.docc/requirements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ Install an open source Swift toolchain and a compatible Swift SDK to build Linux
99
* The Swift Static Linux SDK requires the [open source Swift toolchain](https://www.swift.org/install/macos/) to be installed.
1010
* A container runtime is not required to build an image, but you will need one wherever you want to run the image.
1111

12-
### Install the open source Swift toolchain
12+
### Install an open source Swift toolchain
1313

1414
Follow the instructions at [https://www.swift.org/install/macos/](https://www.swift.org/install/macos/) to install the open source Swift toolchain. The easiest way to do this is to use the [Swiftly swift toolchain installer](https://www.swift.org/install/macos/swiftly/).
1515

16-
### Install a Swift SDK for cross-compilation
16+
### Install a Swift SDK for cross-compilation which matches the open source toolchain
1717

1818
If you are running on macOS, you can use a [Swift SDK](https://github.com/apple/swift-evolution/blob/main/proposals/0387-cross-compilation-destinations.md) to cross-compile your server executable for Linux. Either:
1919

0 commit comments

Comments
 (0)