diff --git a/README.md b/README.md index fc982d3..71ecb95 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,19 @@ Orion is a telegram bot that converts voice messages into text and org-mode files. It can be trained for better accuracy. +## Requirements +You need to have Golang and Python installed. + +## Usage In order to use it, first you need to setup the project which you can just call -`./builder setup` and then you can run Orion via the builder script again with the +`./builder setup` . Also you need to store your bot's token (that you get from +Telegram's bot father) in the `.env` file like: + +``` +BOT_TOKEN= +``` + +and then you can run Orion via the builder script again with the following command: ```bash