INSTALADOR CLI
Instala el ecosistema Fararoni desde tu terminal
Ejecuta uno de los siguientes comandos para instalar el CLI de Fararoni en tu sistema.
macOS / Linux (Homebrew)
La forma más rápida de instalar C-FARARONI. Requiere Homebrew.
brew tap ebercruzf/fararoni
brew install fararoniLinux / macOS (Script)
curl -sL https://www.fararoni.dev/installer.sh | bashRequiere curl y bash. Compatible con macOS (ARM64/x64) y distribuciones Linux basadas en Debian/RHEL.
Windows (PowerShell)
iwr -useb https://www.fararoni.dev/installer.ps1 | iexEjecutar como Administrador. Compatible con Windows 10/11 y PowerShell 5.1+.
Código fuente
Los scripts de instalación están disponibles en el repositorio:
github.com/ebercruzf/fararoni-ecosystem