From 89ddca515c8047cdb86f2283a2b14d4bd150ac1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Mon, 23 Jan 2023 18:57:07 +0100 Subject: [PATCH] Fix README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 75e73ad..c2db904 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Subscribe to RSS feeds and get updates to a Discord webhook. Built with [reader] ## Installation You have two choices, using [Docker](#docker) -or [install directly on your computer](#Install-directly-on-your-computer). +or [install directly on your computer](#install-directly-on-your-computer). ### Docker @@ -48,7 +48,7 @@ This is not recommended if you don't have an init system (e.g., systemd) - (You may have to restart your terminal if it can't find the `poetry` command. Also double check it is in your PATH.) - Start the bot: - - Type `poetry run bot` into the PowerShell window. + - Type `poetry run python discord_rss_bot/main.py` into the PowerShell window. - You can stop the bot with Ctrl + c. Note: You will need to run `poetry install` again if [poetry.lock](poetry.lock) has been modified.