Skip to content

Commit

Permalink
docs: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
fengkx committed Nov 3, 2020
1 parent 378f896 commit eddcd97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Once you got a [telegram bot token](https://core.telegram.org/bots#3-how-do-i-cr
docker run --name rssbot -d -v <directory to store database file>:/app/data/ -e RSSBOT_TOKEN=<YOUR_TGBOT_TOKEN> fengkx/node_rssbot
```

More ways to depoly and more configurations can be found on [Wiki](https://github.com/fengkx/NodeRSSBot/wiki)
For more information on deployment and usage, configuration items, see the [Wiki](https://github.com/fengkx/NodeRSSBot/wiki)

# NodeRSSBot

Expand Down Expand Up @@ -77,4 +77,4 @@ More ways to depoly and more configurations can be found on [Wiki](https://githu
docker run --name rssbot -d -v <directory to store database file>:/app/data/ -e RSSBOT_TOKEN=<YOUR_TGBOT_TOKEN> fengkx/node_rssbot
```

更多部署方式和配置项请参见 [Wiki](https://github.com/fengkx/NodeRSSBot/wiki)
更多部署方式和使用方式,配置项,请参见 [Wiki](https://github.com/fengkx/NodeRSSBot/wiki)

0 comments on commit eddcd97

Please sign in to comment.