Skip to content

Commit

Permalink
✨ feat(controller): update bot polling parameters
Browse files Browse the repository at this point in the history
📝 docs(readme): remove unnecessary commands and add npm installation for background running
  • Loading branch information
sudoskys committed Jun 8, 2024
1 parent 93522cd commit 23108f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ git clone https://github.com/LlmKira/tagger-bot
cd tagger-bot
cp .env.exp .env
nano .env

```

### Run In Terminal
Expand All @@ -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
```

0 comments on commit 23108f0

Please sign in to comment.