fix(docs): correct install one-liner raw URL (Gitea, not GitLab) + v0.2.1

git.codelab.vc is Gitea/Forgejo: raw path is /raw/branch/<ref>/, the GitLab-style
/-/raw/main/ returned 404 so the one-command install was broken. The one-liner
now also fetches the script from the stable channel (vetted), not main.
This commit is contained in:
dev
2026-07-16 15:24:47 +03:00
parent de006ccf0c
commit 1df4ea1b72
4 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
# pi-kit bootstrap — one-shot setup for new engineers. Idempotent: safe to re-run.
#
# Usage:
# curl -fsSL https://git.codelab.vc/ai/pi-kit/-/raw/main/install.sh | bash
# curl -fsSL https://git.codelab.vc/ai/pi-kit/raw/branch/stable/install.sh | bash
# # or, from a checkout:
# ./install.sh
#