summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mpdarc-widget/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/mpdarc-widget/README.md b/mpdarc-widget/README.md
index 57af939..0a6ffa6 100644
--- a/mpdarc-widget/README.md
+++ b/mpdarc-widget/README.md
@@ -1,14 +1,14 @@
# MPD Widget
-Music Player Daemon widget by [@raphaelfournier](@https://github.com/raphaelfournier).
+Music Player Daemon widget by @raphaelfournier.
# Prerequisite
Install `mpd` (Music Player Daemon itself) and `mpc` (Music Player Client - program for controlling mpd), both should be available in repo, e.g for Ubuntu:
-.{% highlight bash %}
+```bash
sudo apt-get install mpd mpc
-{% endhighlight %}
+```
Set them up and then just follow the [installation](https://github.com/streetturtle/awesome-wm-widgets#installation) section of the repo.