Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/add-homebrew-install-docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@googleworkspace/cli": patch
---

Add Homebrew as an installation option in README
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ yarn-error.log*
*.swo
*~

# AI agents
.claude/settings.local.json

# OS
.DS_Store
Thumbs.db
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ A Nix flake is also available at `github:googleworkspace/cli`
nix run github:googleworkspace/cli
```

A Homebrew formula is also available (macOS):

```bash
brew install googleworkspace-cli
```

## Quick Start

```bash
Expand Down
Loading