Skip to content

Commit a995a62

Browse files
authored
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).
1 parent 5e4756e commit a995a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ A typical installation from the release binaries might look like the following:
134134
```shell script
135135
WASI_OS=linux
136136
WASI_ARCH=x86_64 # or 'arm64' if running on arm64 host
137-
WASI_VERSION=24
137+
WASI_VERSION=25
138138
WASI_VERSION_FULL=${WASI_VERSION}.0
139139
wget https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-${WASI_VERSION}/wasi-sdk-${WASI_VERSION_FULL}-${WASI_ARCH}-${WASI_OS}.tar.gz
140140
tar xvf wasi-sdk-${WASI_VERSION_FULL}-${WASI_ARCH}-${WASI_OS}.tar.gz

0 commit comments

Comments
 (0)