Update repository links after move to the gracious organisation

This commit is contained in:
Gracious
2026-09-21 08:45:33 +01:00
parent 23c068b269
commit e3628719c5
+2 -2
View File
@@ -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