From d49a9cf3a76cc033478145f64c75d64dcc33c262 Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Fri, 25 Sep 2020 14:15:18 +0100 Subject: [PATCH] Specify correct SwiftWasm snapshot in `README.md` We should recommend that users install stable 5.3 snapshots instead of old development snapshots. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 77ea2a62..4c02fedf 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ e.g. ```sh -$ 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 +$ 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 $ swift --version -Swift version 5.3-dev (LLVM 47c28180d7, Swift 5f96d487e0) -Target: x86_64-apple-darwin19.3.0 +Swift version 5.3-dev (LLVM 09686f232a, Swift 5a196c7f13) +Target: x86_64-apple-darwin19.6.0 ``` ## Usage