Skip to content

Commit

Permalink
cleanup: print where extism-py was installed to
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko committed Sep 25, 2024
1 parent 544d3ed commit 08c98f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ mv extism-py/share/extism-py $HOME/.local/share
chmod +x $HOME/.local/bin/extism-py
rm -r /tmp/extism-py.tar.gz extism-py

echo "extism-py installed to $HOME/.local/bin/extism-py"

if ! which "wasm-merge" > /dev/null || ! which "wasm-opt" > /dev/null; then
echo 'Missing binaryen tool(s)'

Expand Down

0 comments on commit 08c98f2

Please sign in to comment.