Skip to content

Commit 2c9e7d8

Browse files
committed
Add SDK URL
1 parent 12d984f commit 2c9e7d8

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

documentation/articles/static-linux-getting-started.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,21 @@ One that is out of the way, actually installing the Static Linux SDK
106106
is easy; at a prompt, enter
107107

108108
```console
109-
$ swift sdk install <insert-URL-here>
109+
$ swift sdk install <URL-or-filename-here>
110110
```
111111

112+
giving the URL or filename at which the SDK can be found.
113+
114+
For instance, assuming you have installed the
115+
`swift-6.0-DEVELOPMENT-SNAPSHOT-2024-06-06-a` toolchain, you would
116+
need to enter
117+
118+
```console
119+
$ swift sdk install https://download.swift.org/development/static-sdk/swift-DEVELOPMENT-SNAPSHOT-2024-06-06-a/swift-DEVELOPMENT-SNAPSHOT-2024-06-06-a_static-linux-0.0.1.artifactbundle.tar.gz
120+
```
121+
122+
to install the corresponding Static Linux SDK.
123+
112124
Swift will download and install the SDK on your system. You can get a
113125
list of installed SDKs with
114126

0 commit comments

Comments
 (0)