Skip to content

Commit a31882f

Browse files
committed
docs: add install directions
1 parent 088070b commit a31882f

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ A command-line tool for managing Firebase Authentication — users, custom claim
44

55
## Installation
66

7+
### Homebrew (macOS & Linux)
8+
9+
```bash
10+
brew install NeoScript/fbadmin/fbadmin
11+
```
12+
13+
### Shell installer (macOS & Linux)
14+
15+
```bash
16+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/NeoScript/firebase-admin-cli/releases/latest/download/fbadmin-installer.sh | sh
17+
```
18+
19+
### PowerShell installer (Windows)
20+
21+
```powershell
22+
powershell -ExecutionPolicy Bypass -c "irm https://github.com/NeoScript/firebase-admin-cli/releases/latest/download/fbadmin-installer.ps1 | iex"
23+
```
24+
25+
### From source
26+
727
Requires Rust 1.94+.
828

929
```bash

0 commit comments

Comments
 (0)