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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CI status • Releases • Activity & traffic • Local Git state
Homebrew (recommended):

```bash
brew install --cask steipete/tap/repobar
brew install --cask repobar
```

Direct download: [latest release](https://github.com/steipete/RepoBar/releases/latest)
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ <h1>Stay ahead of your repositories without opening a browser.</h1>
<div class="install-card">
<div class="install-label">Install via Homebrew</div>
<div class="install-command-row">
<pre class="install-command"><code id="brew-command">brew install --cask steipete/tap/repobar</code></pre>
<pre class="install-command"><code id="brew-command">brew install --cask repobar</code></pre>
<button class="copy-button" type="button" data-copy-target="brew-command" aria-label="Copy Homebrew install command">
<svg viewBox="0 0 24 24" fill="currentColor" aria-hidden="true">
<path d="M16 1H6a2 2 0 00-2 2v12h2V3h10V1zm3 4H10a2 2 0 00-2 2v14a2 2 0 002 2h9a2 2 0 002-2V7a2 2 0 00-2-2zm0 16H10V7h9v14z"/>
Expand Down