From a995a62b4b0f24d389311e27e821a8f6c8f1cf51 Mon Sep 17 00:00:00 2001 From: Timothy McCallum Date: Fri, 2 May 2025 00:43:48 +1000 Subject: [PATCH] Update README's installation instructions to latest release number. (#528) Just bumped the version number in the Install's shell script code block (point to the latest release). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a274301..b275e8a 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ A typical installation from the release binaries might look like the following: ```shell script WASI_OS=linux WASI_ARCH=x86_64 # or 'arm64' if running on arm64 host -WASI_VERSION=24 +WASI_VERSION=25 WASI_VERSION_FULL=${WASI_VERSION}.0 wget https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-${WASI_VERSION}/wasi-sdk-${WASI_VERSION_FULL}-${WASI_ARCH}-${WASI_OS}.tar.gz tar xvf wasi-sdk-${WASI_VERSION_FULL}-${WASI_ARCH}-${WASI_OS}.tar.gz