diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2018-04-14 21:28:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-14 21:28:32 -0400 |
commit | 531883c62ee28794b67d9334369737c99ad7dfe4 (patch) | |
tree | 4db0fe61f2bfabf0efc14a0481bbf10cb7011246 | |
parent | b16593ea8fe69b43831e3537c679792b67cb4d21 (diff) |
Update README.md
-rw-r--r-- | mpdarc-widget/README.md | 6 |
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. |