From 76a3cb798a443b7b9899683d0e4986651dcb137d Mon Sep 17 00:00:00 2001 From: Seth Freiberg Date: Wed, 29 Apr 2026 12:03:49 -0400 Subject: [PATCH] =?UTF-8?q?docs:=20README.sethlabels.md=20=E2=80=94=20incl?= =?UTF-8?q?ude=20upstream=20remote=20setup=20in=20build-from-source?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- README.sethlabels.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.sethlabels.md b/README.sethlabels.md index 0283512..8ae2952 100644 --- a/README.sethlabels.md +++ b/README.sethlabels.md @@ -54,6 +54,8 @@ If you'd rather build the artifacts yourself instead of downloading a release: ``` git clone https://git.sethpc.xyz/Seth/sethLabels.git cd sethLabels +git remote add upstream https://github.com/j-evins/glabels-qt.git +git fetch upstream ./scripts/lib/deps-debian.sh # check / install build deps ./scripts/build-deb.sh # → build/deb/glabels-qt_*.deb ./scripts/build-appimages.sh # → sethlabels-{gui,batch}-*.AppImage