From ea49e6c93b87eb0c87330b17610389384dd5d380 Mon Sep 17 00:00:00 2001 From: Ignacio Rivero Date: Mon, 23 Jun 2025 18:53:37 -0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c0963b6..ccdaa65 100644 --- a/README.md +++ b/README.md @@ -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**