Code

README.rst: reformat the "Links" section
[ncmpc.git] / README.rst
1 ncmpc
2 =====
4 ncmpc is a curses client for the `Music Player Daemon
5 <http://www.musicpd.org/>`__.
8 How to compile and install ncmpc
9 --------------------------------
11 See the `INSTALL <INSTALL>`__ file.
14 Usage
15 -----
17 ncmpc connects to a MPD running on a machine on the local network. 
18 By default, ncmpc  connects  to  localhost:6600.   This  can  be
19 changed  either  at  compile-time,  or  by  exporting  the MPD_HOST and
20 MPD_PORT environment variables, or by the command line options ``--host``
21 and ``--port``::
23  ncmpc --host=musicserver --port=44000
25 For more information please view ncmpc's manual page.
28 Links
29 -----
31 - `Home page and download <http://www.musicpd.org/clients/ncmpc/>`__
32 - `git repository <https://github.com/MusicPlayerDaemon/ncmpc/>`__
33 - `Bug tracker <https://github.com/MusicPlayerDaemon/ncmpc/issues>`__
34 - `Forum <http://forum.musicpd.org/>`__