diff --git a/README.md b/README.md index b730118..d29c1aa 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,14 @@ Notice: the current active version of Wechaty is v1.x which is not compatible wi 1. Supports all puppets like Web, Pad, Windows, and Mac. 1. It replies with a `dong` message when it receives a `ding` message. +### Wechaty Getting Started video tutorial + +
+ +Above is a short run-through of deploying the ding-dong-bot using WeChat, WhatsApp, and WeCom. + ### Running Wechaty Getting Started Project on a cloud based IDE The fastest way to getting started with Wechaty is to use a Cloud based IDE for running the Wechaty Getting Started Project. You can either use Gitpod or Google Cloud Shell. diff --git a/docs/images/video-tutorial-img.webp b/docs/images/video-tutorial-img.webp new file mode 100644 index 0000000..1dae2d1 Binary files /dev/null and b/docs/images/video-tutorial-img.webp differ diff --git a/package.json b/package.json index 80623d8..0b9164a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wechaty-getting-started", - "version": "1.18.11", + "version": "1.18.12", "description": "Wechaty conversational SDK getting start template & examples", "type": "module", "engines": { @@ -35,6 +35,7 @@ "homepage": "https://github.com/wechaty/getting-started#readme", "dependencies": { "dotenv": "^16.0.0", + "npm-run-all": "^4.1.5", "qrcode-terminal": "^0.12.0", "wechaty": "^1.18.1", "wechaty-cqrs": "^0.7.5",