summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2016-02-26 17:56:24 +0100
committerMax Kellermann <max@duempel.org>2016-02-26 17:56:24 +0100
commit48d02bef15ba09859fb38c07c0ac1de10f57e593 (patch)
treec5e80679a96641575fda79a630c32fb4ca8ae42b
parent1d67aa7bf2092f1befea4e1d6e0019de3bf7706c (diff)
README: convert to Markdown
-rw-r--r--Makefile.am2
-rw-r--r--README.md (renamed from README)13
2 files changed, 6 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am
index 2a44e4437..51063725f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2244,7 +2244,7 @@ endif
#
man_MANS = doc/mpd.1 doc/mpd.conf.5
-doc_DATA = AUTHORS COPYING NEWS README doc/mpdconf.example
+doc_DATA = AUTHORS COPYING NEWS README.md doc/mpdconf.example
DOCBOOK_FILES = doc/protocol.xml doc/user.xml doc/developer.xml
diff --git a/README b/README.md
index bc3cbc18f..515d5d7dc 100644
--- a/README
+++ b/README.md
@@ -1,6 +1,6 @@
+# Music Player Daemon
- Music Player Daemon (MPD)
- http://www.musicpd.org
+http://www.musicpd.org
A daemon for playing music of various formats. Music is played through the
server's audio device. The daemon stores info about all available music,
@@ -9,9 +9,6 @@ retrieval, and playlist management can all be managed remotely.
For basic installation information see the INSTALL file.
-MPD is released under the GNU General Public License version 2, which is
-distributed in the COPYING file.
-
-You should have received a copy of the GNU General Public License along with
-this program. If not, see <http://www.gnu.org/licenses/>.
-
+MPD is released under the
+[GNU General Public License version 2](https://www.gnu.org/licenses/gpl-2.0.txt),
+which is distributed in the COPYING file.