diff options
author | Michael Olson <mwolson@gnu.org> | 2006-01-02 09:07:00 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2006-01-02 09:07:00 +0000 |
commit | 18153aafcfee4135aefe846072dffe737a299d6f (patch) | |
tree | c851365180d1d7466ec94aab36ef094e8aa30568 | |
parent | 2a0db7acb0c740a9cfa673ab096c316b9ac9e3d5 (diff) |
emms-player-mpd: Fix documentation. The mpc binary is no longer needed.
darcs-hash:20060102090752-1bfb2-17b7fe577741369d893c2cb04437be3cbd4d9cdf.gz
-rw-r--r-- | emms-player-mpd.el | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/emms-player-mpd.el b/emms-player-mpd.el index f92c065..6384c2a 100644 --- a/emms-player-mpd.el +++ b/emms-player-mpd.el @@ -31,9 +31,12 @@ ;;; MusicPD setup -;; You'll need to have both mpc and mpd installed. The website is at -;; http://musicpd.org/. Debian packages are available. I recommend -;; getting the latest development version; see +;; If you want to set up a local MusicPD server, you'll need to have +;; mpd installed. If you want to use a remote server instance, no +;; installation is needed. + +;; The website is at http://musicpd.org/. Debian packages are +;; available. I recommend getting the latest development version; see ;; http://mpd.wikicities.com/wiki/Subversion for nightly Debian ;; packages and the svn repo. ;; |