From 159a0aa614ac8b2a6ce76b2c06b53bd18680bad3 Mon Sep 17 00:00:00 2001 From: Dom Webber Date: Wed, 20 Nov 2024 21:44:04 +0000 Subject: [PATCH] Add npx vs yarn vs PNPM CLI usage example --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5a5d9dd..25a22c9 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,11 @@ pnpm add @great-detail/whatsapp export WHATSAPP_ACCESS_TOKEN="" export WHATSAPP_PHONE_NUMBER_ID="" +# NPM / Yarn / PNPM +npx @great-detail/whatsapp ... +yarn dlx @great-detail/whatsapp ... +pnpx @great-detail/whatsapp ... + # Send a Text Message # TODO: Re-add with updated SDK npx @great-detail/whatsapp message send text "" --body="Hello, World!"