Skip to content

Commit

Permalink
Remove unnecessary exports from installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
seclerp authored Sep 17, 2024
1 parent 1fc85c8 commit 868ea56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 868ea56

Please sign in to comment.