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
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.
Copy file name to clipboardExpand all lines: documentation/articles/wasm-getting-started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ The distributed artifact bundles also include support for the experimental Embed
27
27
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.
28
28
If the corresponding snapshot version is not available for the Swift SDK, you’ll have to install the matching toolchain first.
29
29
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:
31
31
32
32
```
33
33
swift sdk install <swift_sdk_url> --checksum <checksum_value>
0 commit comments