diff --git a/.gitignore b/.gitignore index c5630d13..c4b78634 100644 --- a/.gitignore +++ b/.gitignore @@ -5,8 +5,7 @@ MANIFEST build/ dist/ -docs/_build -mopidy/settings/local.py +docs/_build/ pip-log.txt src/ tmp/ diff --git a/docs/installation/index.rst b/docs/installation/index.rst index 97a930f7..16e9d6e9 100644 --- a/docs/installation/index.rst +++ b/docs/installation/index.rst @@ -98,10 +98,10 @@ To start Mopidy, simply open a terminal and run:: 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``.