From 5e68cc06b9b14be99da11db545e3135eacde1d6e Mon Sep 17 00:00:00 2001 From: kev Date: Wed, 17 Aug 2016 13:42:32 +0800 Subject: [PATCH] update mpd --- mpd/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mpd/README.md b/mpd/README.md index e75a5b4..887fa14 100644 --- a/mpd/README.md +++ b/mpd/README.md @@ -24,8 +24,9 @@ mpd: ## Server Setup ```bash -$ mkdir -p music -$ wget -P music https://upload.wikimedia.org/wikipedia/commons/d/d5/Pop_Goes_the_Weasel.ogg +$ mkdir -p music playlists +$ wget https://upload.wikimedia.org/wikipedia/commons/d/d5/Pop_Goes_the_Weasel.ogg -O music/song.ogg +$ wget http://yp.shoutcast.com/sbin/tunein-station.m3u?id=760782 -O playlists/760782.m3u $ docker-compose up -d ```