Skip to content

Commit 4631ad7

Browse files
authored
Clarify installation command in wasm-getting-started.md (#1083)
The installation page no longer lists checksums directly, but provides "Copy install command" buttons, so we should update the guide accordingly to avoid any confusion.
1 parent e3283ac commit 4631ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/articles/wasm-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The distributed artifact bundles also include support for the experimental Embed
2727
4. Navigate to [the downloads page](https://www.swift.org/download/) and find the “Swift SDK for WASI” section. Find a URL of a version that exactly matches the version from step 2.
2828
If the corresponding snapshot version is not available for the Swift SDK, you’ll have to install the matching toolchain first.
2929

30-
5. Find the checksum value for the corresponding Swift SDK on the same page, substitute it together with the URL from step 2, and execute the following command:
30+
5. Press "Copy install command" link for the selected Swift SDK to get the installation command, then run it in your terminal application. The command would look like this:
3131

3232
```
3333
swift sdk install <swift_sdk_url> --checksum <checksum_value>

0 commit comments

Comments
 (0)