From 95190e84f8e6aaae9c07daeb45e464d0ac563c93 Mon Sep 17 00:00:00 2001 From: Masashi Yoshimura Date: Sat, 15 Feb 2025 10:20:22 +0900 Subject: [PATCH] Add comment for installation command of README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3c0dfa..7793606 100644 --- a/README.md +++ b/README.md @@ -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