Skip to content

Commit 65729ee

Browse files
committed
Docs: ship real Homebrew install instructions in the README
The cask now lives in a personal tap (`vdavid/homebrew-tap`) while `vdavid/cmdr` works toward Homebrew's notability bar. The Installation section now offers the website download plus `brew tap vdavid/tap && brew install --cask cmdr`, and a warm note that a star/watch/fork helps Cmdr reach the 225-star bar for a tap-free install.
1 parent 6490cb1 commit 65729ee

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,14 @@ Core features:
3232

3333
## Installation
3434

35-
Download it from [getcmdr.com](https://getcmdr.com). (`brew install --cask cmdr` is on its way: the cask is ready and
36-
heading to Homebrew for review.)
35+
Download it from [getcmdr.com](https://getcmdr.com), or install with Homebrew:
36+
37+
```bash
38+
brew tap vdavid/tap && brew install --cask cmdr
39+
```
40+
41+
A star, watch, or fork on [the repo](https://github.com/vdavid/cmdr) helps Cmdr reach Homebrew's notability bar (225
42+
stars), which unlocks a tap-free `brew install --cask cmdr`.
3743

3844
Windows and Linux users: sorry, you'll need to wait. The Rust+Tauri stack allows for cross-platform deployment, but the
3945
app uses OS-specific features by nature, so I've only had time to write and test it on macOS for now.

0 commit comments

Comments
 (0)