Skip to content

Commit e2ed11e

Browse files
authored
docs: update installation URLs and tap name in README (#2)
1 parent c560e36 commit e2ed11e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ A command-line tool for managing Firebase Authentication — users, custom claim
77
### Homebrew (macOS & Linux)
88

99
```bash
10-
brew install NeoScript/fbadmin/fbadmin
10+
brew install NeoScript/fire-auth/fire-auth
1111
```
1212

1313
### Shell installer (macOS & Linux)
1414

1515
```bash
16-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/NeoScript/firebase-admin-cli/releases/latest/download/fbadmin-installer.sh | sh
16+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/NeoScript/firebase-auth-cli/releases/latest/download/firebase-auth-cli-installer.sh | sh
1717
```
1818

1919
### PowerShell installer (Windows)
2020

2121
```powershell
22-
powershell -ExecutionPolicy Bypass -c "irm https://github.com/NeoScript/firebase-admin-cli/releases/latest/download/fbadmin-installer.ps1 | iex"
22+
powershell -ExecutionPolicy Bypass -c "irm https://github.com/NeoScript/firebase-auth-cli/releases/latest/download/firebase-auth-cli-installer.ps1 | iex"
2323
```
2424

2525
### From source

0 commit comments

Comments
 (0)