Skip to content

Commit 06a91a5

Browse files
committed
docs(NativeBuild): add mv command
Signed-off-by: Marco Casaroli <marco.casaroli@gmail.com>
1 parent 5daa426 commit 06a91a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/NativeBuild.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Download, unpack and install WASI SDK. Note that these are Linux binary packages
3434
```sh
3535
wget https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-29/wasi-sdk-29.0-amd_64-linux.tar.gz
3636
tar -xzf wasi-sdk-29.0-amd_64-linux.tar.gz
37-
sudo wasi-sdk-29.0-amd_64-linux /opt/wasi-sdk
37+
sudo mv wasi-sdk-29.0-amd_64-linux /opt/wasi-sdk
3838
```
3939

4040
You can check that WASI SDK is properly installed by checking the WASI clang version:

0 commit comments

Comments
 (0)