You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: docs/aws.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,12 @@ Connect to instance. Using the keypair that you used or created in the launch st
55
55
We have two options to compile the binary: either directly on the instance or using Docker. We will go through both options here.
56
56
57
57
## Compile on instance
58
+
There are two alternative ways to compile code on the instance, either by:
58
59
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
59
64
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.
0 commit comments