From 3df3bfb261ad6c243dbeab0770b68a769d9acb55 Mon Sep 17 00:00:00 2001 From: Andreas Bielawski Date: Thu, 30 Jan 2020 21:02:12 +0100 Subject: [PATCH] Made instructions a bit clearer --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c4db22f..4e0c6c4 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ RSS Bot for Telegram ===================== 1. **Install .NET Core Runtime >= 3.1 and Redis** -2. **Copy config:** `cp config.ini.example config.ini` -3. **Insert bot token** in `config.ini` +2. Download the bot from the [Releases](https://github.com/Brawl345/RSSBot-Sharp/releases) section +3. **Copy config:** `cp config.ini.example config.ini` +4. **Insert bot token** in `config.ini` 1. Adjust Redis settings if needed -4. **Insert your Telegram ID as admin** (send `@Brawlbot id` inside a chat to get yours) -5. Optional: Copy the `NLog.config.example` next to the config.ini as `NLog.config` -6. Run the `RSSBot` executable +5. **Insert your Telegram ID as admin** (send `@Brawlbot id` inside a chat to get yours) +6. Optional: Copy the `NLog.config.example` next to the config.ini as `NLog.config` +7. Run the `RSSBot` executable (c) 2020 Andreas Bielawski