File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,14 +118,14 @@ Just pass a toolchain archive URL for [the latest SwiftWasm 5.3
118
118
snapshot] ( https://github.com/swiftwasm/swift/releases ) appropriate for your platform:
119
119
120
120
``` 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
122
122
```
123
123
124
124
You can also use the ` install-toolchain.sh ` helper script that uses a hardcoded toolchain snapshot:
125
125
126
126
``` sh
127
127
$ ./scripts/install-toolchain.sh
128
128
$ swift --version
129
- Swift version 5.3-dev (LLVM 09686f232a, Swift 5a196c7f13 )
129
+ Swift version 5.3 (swiftlang-5.3.0 )
130
130
Target: x86_64-apple-darwin19.6.0
131
131
```
You can’t perform that action at this time.
0 commit comments