mention repo in README
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Harvey Tindall 2021-05-24 22:44:07 +01:00
parent 69be0dcf8a
commit 6cab493189
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2
1 changed files with 9 additions and 0 deletions

View File

@ -21,6 +21,15 @@ MPRIS2 is widely supported, so this component should work with:
## Install
Available on the AUR as [waybar-mpris-git](https://aur.archlinux.org/packages/waybar-mpris-git/) (Thanks @nichobi!)
Available on my Debian repo as well:
```sh
sudo apt-get update && sudo apt-get install curl apt-transport-https gnupg
curl https://apt.hrfee.dev/hrfee.pubkey.gpg | sudo apt-key add -
echo "deb https://apt.hrfee.dev trusty-unstable main" | sudo tee /etc/apt/sources.list.d/hrfee.list
sudo apt-get update
sudo apt-get install waybar-mpris
```
`go get git.hrfee.pw/hrfee/waybar-mpris` will compile from source and install.
You can also download a precompiled binary from [here](https://builds2.hrfee.pw/view/hrfee/waybar-mpris).