From 32b049fe65e2c1022b37e324f52d4530e7749002 Mon Sep 17 00:00:00 2001 From: "Mauro Rosero P." Date: Sun, 30 Mar 2025 15:47:56 -0500 Subject: [PATCH] =?UTF-8?q?[DOCS]=20Actualizaci=C3=B3n=20de=20README=20con?= =?UTF-8?q?=20informaci=C3=B3n=20sobre=20redis-cli?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed3ffa0..575c15a 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,8 @@ bin/update.sh | Comando | Descripción | |---------|-------------| -| `bin/bootstrap.sh` | Instala herramientas básicas (incluyendo oathtool y zbar) y configura la gestión de contenedores | -| `bin/update.sh` | Actualiza el entorno de desarrollo y herramientas (incluyendo oathtool y zbar) | +| `bin/bootstrap.sh` | Instala herramientas básicas (incluyendo oathtool, zbar y redis-cli) y configura la gestión de contenedores | +| `bin/update.sh` | Actualiza el entorno de desarrollo y herramientas (incluyendo oathtool, zbar y redis-cli) | | `bin/npm_install.sh` | Instala NodeJS y npm de forma interactiva | | `bin/project_new.sh` | Crea un nuevo proyecto con estructura estandarizada según el tipo seleccionado |