Skip to content

Commit 868ea56

Browse files
authored
Remove unnecessary exports from installation instructions
1 parent 1fc85c8 commit 868ea56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ see [RELEASING.md](RELEASING.md).
132132
A typical installation from the release binaries might look like the following:
133133

134134
```shell script
135-
export WASI_ARCH=x86_64
136-
export WASI_VERSION=24
137-
export WASI_VERSION_FULL=${WASI_VERSION}.0
135+
WASI_ARCH=x86_64
136+
WASI_VERSION=24
137+
WASI_VERSION_FULL=${WASI_VERSION}.0
138138
wget https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-${WASI_VERSION}/wasi-sdk-${WASI_VERSION_FULL}-${WASI_ARCH}-linux.tar.gz
139139
tar xvf wasi-sdk-${WASI_VERSION_FULL}-${WASI_ARCH}-linux.tar.gz
140140
```

0 commit comments

Comments
 (0)