feat: publish AgentPack Lite channel

This commit is contained in:
Felipe Domingues 2026-08-03 18:40:55 -03:00
parent 8ec85e51f8
commit a41eece746

View file

@ -7,13 +7,13 @@ exige cadastro nem chave de modelo.
## Instalação rápida ## Instalação rápida
```sh ```sh
curl -fsSL https://github.com/domfelipe/agentpack/releases/latest/download/install.sh | sh curl -fsSL https://github.com/domfelipe/agentpack-lite/releases/latest/download/install.sh | sh
``` ```
Para revisar antes de copiar: Para revisar antes de copiar:
```sh ```sh
curl -fsSL https://github.com/domfelipe/agentpack/releases/latest/download/install.sh -o install.sh curl -fsSL https://github.com/domfelipe/agentpack-lite/releases/latest/download/install.sh -o install.sh
sh install.sh --dry-run sh install.sh --dry-run
sh install.sh sh install.sh
``` ```