We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c26411 commit 9c7ce14Copy full SHA for 9c7ce14
README.md
@@ -12,14 +12,20 @@ macOS xbar plugin for showing Tribes 2 server status.
12
13
## Install
14
15
-First, install [xbar](https://xbarapp.com).
+First, install [xbar](https://xbarapp.com) or [SwiftBar](https://swiftbar.app).
16
17
Then run:
18
19
```console
20
$ npx t2-server-xbar install
21
```
22
23
+If using SwiftBar, you also need to supply the path to your SwiftBar plugins directory, since there is no default. Like so:
24
+
25
+```console
26
+$ npx t2-server-xbar install /path/to/plugins/dir
27
+```
28
29
## Development
30
31
If you’d like to develop this plugin and run it directly from a git checkout,
0 commit comments