docs: Update 'MPD server running' log example

This commit is contained in:
Stein Magnus Jodal 2010-03-23 13:11:32 +01:00
parent 46e405479c
commit 9daabfdc2e

View File

@ -82,10 +82,10 @@ To start Mopidy, go to the root of the Mopidy project, then simply run::
python mopidy
When Mopidy says ``Please connect to localhost port 6600 using an MPD client.``
it's ready to accept connections by any MPD client. You can find a list of tons
of MPD clients at http://mpd.wikia.com/wiki/Clients. We use Sonata, GMPC,
ncmpc, and ncmpcpp during development. The first two are GUI clients, while the
last two are terminal clients.
When Mopidy says ``MPD server running at [localhost]:6600`` it's ready to
accept connections by any MPD client. You can find a list of tons of MPD
clients at http://mpd.wikia.com/wiki/Clients. We use Sonata, GMPC, ncmpc, and
ncmpcpp during development. The first two are GUI clients, while the last two
are terminal clients.
To stop Mopidy, press ``CTRL+C``.