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