expand docs

This commit is contained in:
Hubert Bryłkowski 2023-07-09 20:07:30 +02:00
parent aaa2b6cec4
commit 9d9e606684
No known key found for this signature in database
GPG key ID: 4DE061A3D610F379
3 changed files with 4 additions and 2 deletions

BIN
img.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

BIN
img_1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

View file

@ -6,10 +6,12 @@ as provide info about printer status and other useful information.
## Supported commands ## Supported commands
- `/media_info` - show info about currently installed media - `/media_info` - show info about currently installed media
![img.png](img.png)
- `/simple_label` - print a simple label - `/simple_label` - print a simple label
![img_1.png](img_1.png)
### usage example ### Usage example
You need to things: You need three things:
1. A telegram bot token, you can write to [@BotFather](https://t.me/BotFather) to get one 1. A telegram bot token, you can write to [@BotFather](https://t.me/BotFather) to get one
2. A compatible printer 2. A compatible printer
3. docker installed on your system 3. docker installed on your system