README.md (view raw)
1# Albus 2 3A Telegram Bot that converts documents to more readable formats. 4 5## Usage 6 7``` 8cp .env.example .env 9``` 10 11Put your Telegram Bot Token inside `.env`, then: 12 13``` 14make 15make run 16```