From a41eece746b9e8597056155305136d5fc3db7c0a Mon Sep 17 00:00:00 2001 From: Felipe Domingues Date: Mon, 3 Aug 2026 18:40:55 -0300 Subject: [PATCH] feat: publish AgentPack Lite channel --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5683a6c..aaea024 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ exige cadastro nem chave de modelo. ## Instalação rápida ```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: ```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 ```