Skip to content

Commit 9c7ce14

Browse files
authored
Add SwiftBar instructions
1 parent 0c26411 commit 9c7ce14

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,20 @@ macOS xbar plugin for showing Tribes 2 server status.
1212

1313
## Install
1414

15-
First, install [xbar](https://xbarapp.com).
15+
First, install [xbar](https://xbarapp.com) or [SwiftBar](https://swiftbar.app).
1616

1717
Then run:
1818

1919
```console
2020
$ npx t2-server-xbar install
2121
```
2222

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+
2329
## Development
2430

2531
If you’d like to develop this plugin and run it directly from a git checkout,

0 commit comments

Comments
 (0)