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
+2 -2
View File
@@ -13,7 +13,7 @@ guardrails и скиллы со знанием того, где у нас код
### Установка (одной командой)
```bash
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
```
Скрипт проверит Node.js (>= 20), поставит Pi (если нет), установит этот пакет, **спросит
@@ -29,7 +29,7 @@ Pi провайдер-агностичен — модель/провайдера
Профиль можно задать заранее (для CI/неинтерактивной установки):
```bash
PI_KIT_PROFILE=backend curl -fsSL https://git.codelab.vc/ai/pi-kit/-/raw/main/install.sh | bash
PI_KIT_PROFILE=backend curl -fsSL https://git.codelab.vc/ai/pi-kit/raw/branch/stable/install.sh | bash
```
### Профили и скилы