We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
export
1 parent 1fc85c8 commit 868ea56Copy full SHA for 868ea56
README.md
@@ -132,9 +132,9 @@ see [RELEASING.md](RELEASING.md).
132
A typical installation from the release binaries might look like the following:
133
134
```shell script
135
-export WASI_ARCH=x86_64
136
-export WASI_VERSION=24
137
-export WASI_VERSION_FULL=${WASI_VERSION}.0
+WASI_ARCH=x86_64
+WASI_VERSION=24
+WASI_VERSION_FULL=${WASI_VERSION}.0
138
wget https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-${WASI_VERSION}/wasi-sdk-${WASI_VERSION_FULL}-${WASI_ARCH}-linux.tar.gz
139
tar xvf wasi-sdk-${WASI_VERSION_FULL}-${WASI_ARCH}-linux.tar.gz
140
```
0 commit comments