Add comment for installation command of README.md

pull/515/head
Masashi Yoshimura 7 months ago committed by GitHub
parent 10214e10af
commit 95190e84f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -133,7 +133,7 @@ A typical installation from the release binaries might look like the following:
```shell script
WASI_OS=linux
WASI_ARCH=x86_64
WASI_ARCH=x86_64 // (`WASI_ARCH=arm64` for ARM64 package)
WASI_VERSION=24
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

Loading…
Cancel
Save