Update README.md
Marco Andronaco andronacomarco@gmail.com
Sun, 26 May 2024 02:00:43 +0000
1 files changed,
11 insertions(+),
1 deletions(-)
jump to
M
README.md
→
README.md
@@ -8,9 +8,19 @@ ```
cp .env.example .env ``` -Put your Telegram Bot Token inside `.env`, then: +Put your Telegram Bot Token inside `.env`. + +### Docker ``` make make run ``` + +### Poetry +Ensure `pandoc` and `tectonic` are installed. + +``` +poetry install +poetry run python -m albus.bot +```