all repos — albus @ 551d7cbd228803e1f3d4459468907a4469463658

Update README.md
Marco Andronaco andronacomarco@gmail.com
Sun, 26 May 2024 02:00:43 +0000
commit

551d7cbd228803e1f3d4459468907a4469463658

parent

9d2e4543ef9bc96ccf257f9de4b33117f439431e

1 files changed, 11 insertions(+), 1 deletions(-)

jump to
M README.mdREADME.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 +```