From e3628719c59d2f199c405dc412b441e8a2024e2b Mon Sep 17 00:00:00 2001 From: Gracious <14353802+GraciousGpal@users.noreply.github.com> Date: Mon, 21 Sep 2026 08:45:33 +0100 Subject: [PATCH] Update repository links after move to the gracious organisation --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index bf507aa..30338f0 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,7 @@ Design and print labels on Niimbot thermal label printers (B1, B18, B21, D11, D1 ## Download -Standalone builds, no Python needed — grab the latest from the [releases page](https://git.gracious.one/gracious_admin/NIIMBOT-D101/releases): +Standalone builds, no Python needed — grab the latest from the [releases page](https://git.gracious.one/gracious/NIIMBOT-D101/releases): | File | Platform | |---|---| @@ -38,7 +38,7 @@ Fork of [AndBondStyle/niimprint](https://github.com/AndBondStyle/niimprint) (its ## Running from source ``` -git clone https://git.gracious.one/gracious_admin/NIIMBOT-D101.git +git clone https://git.gracious.one/gracious/NIIMBOT-D101.git cd NIIMBOT-D101 python -m venv --system-site-packages .venv # system Python gives you tkinter .venv/bin/pip install -r requirements.txt