site: fixes example bug (#1249)

the installer goes to ./bin by default

to do something else you need something like

`| bash -s -- -b /usr/local/bin`

Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
Crypt Keeper
2023-03-17 09:00:47 +08:00
committed by GitHub
parent de920ff082
commit 5d8d8d05de

View File

@@ -18,7 +18,7 @@ execute WebAssembly Modules (Wasm), which are most often binaries with a
```bash
$ curl https://wazero.io/install.sh | sh
$ wazero run app.wasm
$ ./bin/wazero run app.wasm
```
**Embed wazero** in your Go project and extend any app