docs: README.sethlabels.md — include upstream remote setup in build-from-source

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-29 12:03:49 -04:00
parent 891cc7c1c8
commit 76a3cb798a
+2
View File
@@ -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 git clone https://git.sethpc.xyz/Seth/sethLabels.git
cd sethLabels 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/lib/deps-debian.sh # check / install build deps
./scripts/build-deb.sh # → build/deb/glabels-qt_*.deb ./scripts/build-deb.sh # → build/deb/glabels-qt_*.deb
./scripts/build-appimages.sh # → sethlabels-{gui,batch}-*.AppImage ./scripts/build-appimages.sh # → sethlabels-{gui,batch}-*.AppImage