aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarvey Tindall <hrfee@protonmail.ch>2021-05-24 22:44:07 +0100
committerHarvey Tindall <hrfee@protonmail.ch>2021-05-24 22:44:07 +0100
commit6cab493189fae83c319ba004ef39a24d1a92e29a (patch)
tree1bb71b00d37d042d01efb4edf901293ded04e57b
parent69be0dcf8a7ac90fd228d48686d83633e8cfc1f0 (diff)
downloadwaybar-mpris-6cab493189fae83c319ba004ef39a24d1a92e29a.tar.gz
waybar-mpris-6cab493189fae83c319ba004ef39a24d1a92e29a.zip
mention repo in README
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 789bb59..87eca47 100644
--- a/README.md
+++ b/README.md
@@ -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).