From b49765a848656aa0605c004aab542fb162032cfc Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Sat, 22 Aug 2020 15:43:18 +0100 Subject: [PATCH] mention go get --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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. ```