Update README.md

This commit is contained in:
streetturtle 2018-04-14 21:28:32 -04:00 committed by GitHub
parent b16593ea8f
commit 531883c62e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,14 +1,14 @@
# MPD Widget # MPD Widget
Music Player Daemon widget by [@raphaelfournier](@https://github.com/raphaelfournier). Music Player Daemon widget by @raphaelfournier.
# Prerequisite # 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: 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 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. Set them up and then just follow the [installation](https://github.com/streetturtle/awesome-wm-widgets#installation) section of the repo.