Skip to content

Commit

Permalink
bash not sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx committed Oct 24, 2024
1 parent 95e497f commit 746d3cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ We release the compiler as native binaries you can download and run. Check the [
### Linux, macOS

```bash
curl -O https://raw.githubusercontent.com/extism/python-pdk/main/install.sh
sh install.sh
curl -Ls https://raw.githubusercontent.com/extism/python-pdk/main/install.sh | bash
```

This will install `extism-py` (and `wasm-merge`/`wasm-opt` if not already installed) to `$HOME/.local/bin` and create `$HOME/.local/share/extism-py`
Expand Down

0 comments on commit 746d3cd

Please sign in to comment.