diff --git a/README b/README deleted file mode 100644 index 5da20455c35cb2c372451edf0c3316ecdd051864..0000000000000000000000000000000000000000 --- a/README +++ /dev/null @@ -1,19 +0,0 @@ -This is ices 2 - -This is a release of ices 2.0.2 It's the primary source client -for icecast 2.x. It has proven to stable and well featured. - -Documentation is in the doc subdirectory, and some sample configuration -files exist in the conf subdirectory. - -To build and install, run - ./configure - make - make install - -You WILL need to edit the config file you choose to use before running -this application. - -For help, email us at icecast@xiph.org, icecast-dev@xiph.org, or find us -on IRC at irc.freenode.net, in #icecast. - diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..2d83fdf50fd00d80ccdd8e29e53e74e57383ff36 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +This is IceS 2 +-------------- + +This is a release of IceS 2.0.2 + +It's the primary source client for Icecast 2. +It has proven to stable and well featured. + +Documentation is in the `doc` subdirectory, and some sample configuration +files exist in the `conf` subdirectory. + +To build and install, run + + ./configure + make + make install + +You _will_ need to edit the config file you choose to use before running +this application. + +For help, email us at icecast@xiph.org, icecast-dev@xiph.org, or find us +on IRC at irc.freenode.net, in [#icecast][1]. + +[1]: https://webchat.freenode.net/?channels=%23icecast \ No newline at end of file