diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | go.mod | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -15,7 +15,7 @@ MPRIS2 is widely supported, so this component should work with: * Most other music/media players ## Install -`go get github.com/hrfee/waybar-mpris` will install the program, as well as the go dbus bindings and pflags for command-line arguments. +`go get git.hrfee.pw/hrfee/waybar-mpris` will install the program, as well as the go dbus bindings and pflags for command-line arguments. or just grab the `waybar-mpris` binary from here and place it in your PATH. @@ -1,4 +1,4 @@ -module github.com/hrfee/waybar-mpris +module git.hrfee.pw/hrfee/waybar-mpris go 1.15 |