Update README.md

This commit is contained in:
Ignacio Rivero 2025-06-23 18:53:37 -03:00
parent 918654d9e2
commit ea49e6c93b

View File

@ -39,6 +39,12 @@ CatNote is a minimalist web application that lets you generate Markdown-based re
This app does **not** include the `bleh` printer driver binary for licensing reasons.
You must build or download it yourself from [git.netpaws.cc/igna/bleh](https://git.netpaws.cc/igna/bleh).
It's easiest to just get the latest release via wget:
```
wget -O ./bleh https://git.netpaws.cc/igna/bleh/releases/download/latest/bleh
```
Place the built `bleh` binary in the app root directory (next to `app.py`).
4. **Run CatNote**