You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-2
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,24 @@ A tiny macOS menu bar app for easily managing Docker containers.
14
14
- Group containers by prefix.
15
15
- Dark mode support.
16
16
17
-
## Download
17
+
## Install
18
18
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.
0 commit comments