Skip to content

Commit 35faaf2

Browse files
committed
update install instructions
1 parent 788b412 commit 35faaf2

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

Diff for: README.md

+17-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,24 @@ A tiny macOS menu bar app for easily managing Docker containers.
1414
- Group containers by prefix.
1515
- Dark mode support.
1616

17-
## Download
17+
## Install
1818

19-
**[Download](https://github.com/ruggi/walvis/releases/latest/download/Walvis.app.zip)** from the [GitHub releases page](https://github.com/ruggi/walvis/releases).
19+
### Homebrew
20+
21+
```plain
22+
brew install ruggi/tap/walvis
23+
```
24+
25+
or
26+
27+
```plain
28+
brew tap ruggi/tap
29+
brew install walvis
30+
```
31+
32+
### Manual
33+
34+
You can grab the latest release from the [releases](https://github.com/ruggi/walvis/releases/latest) page.
2035

2136
## FAQ
2237

0 commit comments

Comments
 (0)