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 similarity index 53% rename from README rename to 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 . - +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.