diff options
author | Harvey Tindall <hrfee@protonmail.ch> | 2021-05-24 22:44:07 +0100 |
---|---|---|
committer | Harvey Tindall <hrfee@protonmail.ch> | 2021-05-24 22:44:07 +0100 |
commit | 6cab493189fae83c319ba004ef39a24d1a92e29a (patch) | |
tree | 1bb71b00d37d042d01efb4edf901293ded04e57b | |
parent | 69be0dcf8a7ac90fd228d48686d83633e8cfc1f0 (diff) | |
download | waybar-mpris-6cab493189fae83c319ba004ef39a24d1a92e29a.tar.gz waybar-mpris-6cab493189fae83c319ba004ef39a24d1a92e29a.zip |
mention repo in README
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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). |