From fb18a9e2b61a19ac8360e9b10a929908f007ba65 Mon Sep 17 00:00:00 2001 From: NeoScript Date: Fri, 8 May 2026 06:42:44 -0500 Subject: [PATCH 1/2] docs: update installation URLs and tap name in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2abb51f..e2a15d1 100644 --- a/README.md +++ b/README.md @@ -7,19 +7,19 @@ A command-line tool for managing Firebase Authentication — users, custom claim ### Homebrew (macOS & Linux) ```bash -brew install NeoScript/fbadmin/fbadmin +brew install NeoScript/fire-auth/fire-auth ``` ### Shell installer (macOS & Linux) ```bash -curl --proto '=https' --tlsv1.2 -LsSf https://github.com/NeoScript/firebase-admin-cli/releases/latest/download/fbadmin-installer.sh | sh +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/NeoScript/firebase-auth-cli/releases/latest/download/firebase-auth-cli-installer.sh | sh ``` ### PowerShell installer (Windows) ```powershell -powershell -ExecutionPolicy Bypass -c "irm https://github.com/NeoScript/firebase-admin-cli/releases/latest/download/fbadmin-installer.ps1 | iex" +powershell -ExecutionPolicy Bypass -c "irm https://github.com/NeoScript/firebase-auth-cli/releases/latest/download/firebase-auth-cli-installer.ps1 | iex" ``` ### From source From 3e475098f45b3de91fc95ad9dca66e7d2f4208bc Mon Sep 17 00:00:00 2001 From: NeoScript Date: Fri, 8 May 2026 07:46:00 -0500 Subject: [PATCH 2/2] docs: fix homebrew install command to use correct formula name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2a15d1..5a85c91 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A command-line tool for managing Firebase Authentication — users, custom claim ### Homebrew (macOS & Linux) ```bash -brew install NeoScript/fire-auth/fire-auth +brew install NeoScript/fire-auth/firebase-auth-cli ``` ### Shell installer (macOS & Linux)