diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-06-02 01:48:26 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-06-02 01:48:26 +0000 |
commit | 59db1f9f9562607000d68a671ac272657663c8d2 (patch) | |
tree | fba70c8fe9cb4ca01fb33cb80e7826ec1ad34c10 /INSTALL | |
parent | 24b7ce4f3b5eeadc7cdbc994d538288d93872491 (diff) | |
download | mpd-59db1f9f9562607000d68a671ac272657663c8d2.tar.gz mpd-59db1f9f9562607000d68a671ac272657663c8d2.tar.xz mpd-59db1f9f9562607000d68a671ac272657663c8d2.zip |
change default port to 6600 (just a doc change)
git-svn-id: https://svn.musicpd.org/mpd/trunk@1291 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ Run $ mpd <port> <mp3 directory> <playlist directory> <mpd log> <mpd err> example where mpd executable is in mpd-x.x.x directory: -$ mpd-x.x.x/mpd 2100 mp3 playlists mpd.log mpd.err +$ mpd-x.x.x/mpd 6600 mp3 playlists mpd.log mpd.err Note: The first time you run mpd, it will "explore" your mp3 directory for mp3's. |