Skip to content

Commit 25e7242

Browse files
committed
Forgot to add the install instructions
1 parent 28cbd42 commit 25e7242

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
i: install
2+
install:
3+
cp lima-plugin ~/Library/Application\ Support/xbar/plugins/lima-plugin.10s
4+
5+
l: lint
6+
lint:
7+
shellcheck lima-plugin

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This plugin is compatible with [xbar](https://xbarapp.com/) and [SwiftBar](https
1010

1111
## Installation
1212

13+
Copy `lima-plugin` to ` ~/Library/Application\ Support/xbar/plugins/lima-plugin.30s`, or run `make install`
1314
### Dependencies
1415

1516
- [xbar](https://xbarapp.com/) - Allows you to make custom menubar apps with just scripts

0 commit comments

Comments
 (0)