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:
@@ -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
|
||||
```
|
||||
|
||||
### Профили и скилы
|
||||
|
||||
Reference in New Issue
Block a user