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
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,21 @@
4
4
5
5
This is a simple event provider for [Sketchybar](https://github.com/FelixKratz/SketchyBar?tab=readme-ov-file) that sends system stats to Sketchybar via the event trigger `system_stats`.
6
6
7
-
## Build instructions
7
+
## Installation
8
8
9
-
At this time it is necessary to compile and install the crate locally. The simplest way to do this is to [install the Rust toolchain](https://rustup.rs/).
9
+
### Prebuilt binaries
10
+
11
+
You can download a prebuilt binary for Apple Silicon (aarch64) and Intel Macs (x86_64) from the [latest release](https://github.com/joncrangle/sketchybar-system-stats/releases).
12
+
13
+
### Build locally
14
+
15
+
1.[Install the Rust toolchain](https://rustup.rs/).
10
16
11
17
```bash
12
18
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
0 commit comments