From 23108f0dce0bb8af5096238e2f40f2cfe861eb9f Mon Sep 17 00:00:00 2001 From: sudoskys Date: Sat, 8 Jun 2024 18:03:31 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(controller):=20update=20bot=20?= =?UTF-8?q?polling=20parameters?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 📝 docs(readme): remove unnecessary commands and add npm installation for background running --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 689bead..98779e5 100755 --- a/README.md +++ b/README.md @@ -16,7 +16,6 @@ git clone https://github.com/LlmKira/tagger-bot cd tagger-bot cp .env.exp .env nano .env - ``` ### Run In Terminal @@ -30,8 +29,10 @@ pdm run main.py ### Run In BackGround ```shell +apt install npm +npm install pm2 -g pm2 start pm2.json pm2 status -pm2 stop pm2.json +pm2 stop pm2.json ```