Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 2836bd4

Browse files
gibbsterktoso
andauthored
Update docs/aws.md
Co-authored-by: Konrad `ktoso` Malawski <konrad.malawski@project13.pl>
1 parent 807c693 commit 2836bd4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/aws.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,12 @@ Connect to instance. Using the keypair that you used or created in the launch st
5555
We have two options to compile the binary: either directly on the instance or using Docker. We will go through both options here.
5656

5757
## Compile on instance
58+
There are two alternative ways to compile code on the instance, either by:
5859

60+
- [downloading and using the toolchain directly on the instance](#compile-using-a-downloaded-toolchain),
61+
- or by [using docker, and compiling inside a docker container](#compile-with-docker)
62+
63+
### Compile using a downloaded toolchain
5964
Run the following command in the SSH terminal. Note that there may be a more up to date version of the swift toolchain. Check https://swift.org/download/#releases for the latest available toolchain url for Amazon Linux 2.
6065

6166
```

0 commit comments

Comments
 (0)