diff --git a/recipes/wip/net/bittorrent/webtorrent-cli/recipe.toml b/recipes/wip/net/bittorrent/webtorrent-cli/recipe.toml
index 17a33dc42d5fc98ee90113e938024f930e054cac..00dd4f3cd2a0833a6b09bd4dadfdbf321cdc0a6e 100644
--- a/recipes/wip/net/bittorrent/webtorrent-cli/recipe.toml
+++ b/recipes/wip/net/bittorrent/webtorrent-cli/recipe.toml
@@ -8,6 +8,6 @@ script = """
 mkdir -pv "${COOKBOOK_STAGE}"/usr/share/webtorrent-cli
 mkdir -pv "${COOKBOOK_STAGE}"/usr/bin
 cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}"/usr/share/webtorrent-cli
-echo "#!/usr/bin/env sh \n cd /usr/share/webtorrent-cli \n npm run" > "${COOKBOOK_STAGE}"/usr/bin/webtorrent-cli
+echo "#!/usr/bin/env sh \n cd /usr/share/webtorrent-cli \n npx webtorrent-cli" > "${COOKBOOK_STAGE}"/usr/bin/webtorrent-cli
 chmod a+x "${COOKBOOK_STAGE}"/usr/bin/webtorrent-cli
 """