Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 42ae818

Browse files
authoredSep 25, 2020
Merge pull request #78 from swiftwasm/readme-5.3-snapshot
Specify correct SwiftWasm snapshot in `README.md`
2 parents 50649fa + d49a9cf commit 42ae818

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ e.g.
1414

1515
```sh
1616

17-
$ swiftenv install https://github.com/swiftwasm/swift/releases/download/swift-wasm-DEVELOPMENT-SNAPSHOT-2020-06-03-a/swift-wasm-DEVELOPMENT-SNAPSHOT-2020-06-03-a-osx.tar.gz
17+
$ swiftenv install https://github.com/swiftwasm/swift/releases/download/swift-wasm-5.3-SNAPSHOT-2020-08-10-a/swift-wasm-5.3-SNAPSHOT-2020-08-10-a-osx.tar.gz
1818
$ swift --version
19-
Swift version 5.3-dev (LLVM 47c28180d7, Swift 5f96d487e0)
20-
Target: x86_64-apple-darwin19.3.0
19+
Swift version 5.3-dev (LLVM 09686f232a, Swift 5a196c7f13)
20+
Target: x86_64-apple-darwin19.6.0
2121
```
2222

2323
## Usage

0 commit comments

Comments
 (0)
Please sign in to comment.