From bfa2e02fb9a862b235ebd777f1a646490cf019b2 Mon Sep 17 00:00:00 2001 From: ZhangWei-KUMO Date: Sun, 29 Sep 2024 10:27:43 +0800 Subject: [PATCH] add pdf documents recognize --- .github/workflows/main.yml | 1 + README.md | 8 +++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5f0583f..9f4f2e7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,3 +34,4 @@ jobs: npm install cnpm -g --registry=https://registry.npmmirror.com cd /home/ubuntu/tubex-wechatbot yarn + pm2 start index.js -n tubex-wechatbot diff --git a/README.md b/README.md index 4f6237d..da1f142 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,12 @@ This is an open-source WeChat robot project based on WechatY, Dify API services, ```bash npm install -# Production -node index.js # Development -pm2 start index.js +node index.js +# Production +pm2 start index.js -n tubex-wechatbot +# open logs and scan login QRcode +pm2 logs tubex-wechatbot ``` ### Configuration API