Remove unnecessary `export`s from installation instructions

pull/488/head
Andrii Rublov 12 months ago committed by GitHub
parent 1fc85c83e8
commit 868ea56b28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -132,9 +132,9 @@ see [RELEASING.md](RELEASING.md).
A typical installation from the release binaries might look like the following:
```shell script
export WASI_ARCH=x86_64
export WASI_VERSION=24
export WASI_VERSION_FULL=${WASI_VERSION}.0
WASI_ARCH=x86_64
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}-linux.tar.gz
tar xvf wasi-sdk-${WASI_VERSION_FULL}-${WASI_ARCH}-linux.tar.gz
```

Loading…
Cancel
Save