diff --git a/build.sh b/build.sh index ceb272c..4ff8b43 100644 --- a/build.sh +++ b/build.sh @@ -18,4 +18,6 @@ check_wasmedge() { return 1 fi else - e \ No newline at end of file + echo "Please install wasmedge." + echo "You can install wasmedge with the following command:" + echo "curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/maste \ No newline at end of file