Skip to content

Commit e6b326d

Browse files
authored
Update toolchain references to 5.6.0 in README.md (#189)
1 parent 384ef25 commit e6b326d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,18 +221,18 @@ especially if you change anything in the JavaScript runtime parts. This is becau
221221
embedded in `carton` and currently can't be replaced dynamically with the JavaScript code you've
222222
updated locally.
223223

224-
Just pass a toolchain archive URL for [the latest SwiftWasm 5.5
225-
release](https://github.com/swiftwasm/swift/releases) appropriate for your platform:
224+
Just pass a toolchain archive URL for [the latest SwiftWasm 5.6
225+
release](https://github.com/swiftwasm/swift/releases/tag/swift-wasm-5.6.0-RELEASE) appropriate for your platform:
226226

227227
```sh
228-
$ swiftenv install https://github.com/swiftwasm/swift/releases/download/swift-wasm-5.5.0-RELEASE/swift-wasm-5.5.0-RELEASE-macos_x86_64.pkg
228+
$ swiftenv install "https://github.com/swiftwasm/swift/releases/download/swift-wasm-5.6.0-RELEASE/swift-wasm-5.6.0-RELEASE-macos_$(uname -m).pkg"
229229
```
230230

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

233233
```sh
234234
$ ./scripts/install-toolchain.sh
235235
$ swift --version
236-
Swift version 5.5 (swiftlang-5.5.0)
236+
Swift version 5.6 (swiftlang-5.6.0)
237237
Target: arm64-apple-darwin20.6.0
238238
```

0 commit comments

Comments
 (0)