aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHarvey Tindall <hrfee@protonmail.ch>2020-08-22 15:43:18 +0100
committerHarvey Tindall <hrfee@protonmail.ch>2020-08-22 15:43:18 +0100
commitb49765a848656aa0605c004aab542fb162032cfc (patch)
tree695399a3c2f62de3d2dc216b4b9279ab95aebd5c /README.md
parent07096ae6ba3f002f9f36a1240a2c5201f11c7811 (diff)
downloadwaybar-mpris-b49765a848656aa0605c004aab542fb162032cfc.tar.gz
waybar-mpris-b49765a848656aa0605c004aab542fb162032cfc.zip
mention go get
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index a527fb3..e7363e0 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,11 @@
a custom waybar component for displaying info from MPRIS2 players. It automatically focuses on currently playing music players, and can easily be customized.
+## Install
+`go get github.com/hrfee/waybar-mpris`
+
+or just grab the binary from here.
+
## Usage
When running, the program will pipe out json in waybar's format. Make a custom component in your configuration and set `return-type` to `json`, and `exec` to the path to the program.
```