Skip to content

Commit 3254c81

Browse files
authored
Update Swift version in README.md
1 parent e14ee9d commit 3254c81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,14 @@ Just pass a toolchain archive URL for [the latest SwiftWasm 5.3
118118
snapshot](https://github.com/swiftwasm/swift/releases) appropriate for your platform:
119119

120120
```sh
121-
$ swiftenv install https://github.com/swiftwasm/swift/releases/download/swift-wasm-5.3-SNAPSHOT-2020-10-16-a/swift-wasm-5.3-SNAPSHOT-2020-10-16-a-macos-x86_64.tar.gz
121+
$ swiftenv install https://github.com/swiftwasm/swift/releases/download/swift-wasm-5.3-SNAPSHOT-2020-10-20-a/swift-wasm-5.3-SNAPSHOT-2020-10-20-a-macos_x86_64.pkg
122122
```
123123

124124
You can also use the `install-toolchain.sh` helper script that uses a hardcoded toolchain snapshot:
125125

126126
```sh
127127
$ ./scripts/install-toolchain.sh
128128
$ swift --version
129-
Swift version 5.3-dev (LLVM 09686f232a, Swift 5a196c7f13)
129+
Swift version 5.3 (swiftlang-5.3.0)
130130
Target: x86_64-apple-darwin19.6.0
131131
```

0 commit comments

Comments
 (0)