From adb817ecfe18c6663eca06bfb6d6989cede63d41 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 31 Mar 2014 09:49:34 +0200 Subject: [PATCH] docs: Fix typo --- docs/debian.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/debian.rst b/docs/debian.rst index ce49ce99..3ec5cf2a 100644 --- a/docs/debian.rst +++ b/docs/debian.rst @@ -40,7 +40,7 @@ from a regular Mopidy setup you'll want to know about. - All configuration is in :file:`/etc/mopidy`, not in your user's home directory. The main configuration file is :file:`/etc/mopidy/mopidy.conf`. You can do all your changes in this file. - + - Mopidy extensions installed from Debian packages will sometimes install additional configuration files in :file:`/etc/mopidy/extensions.d/`. These files just provide different defaults for the extension when run as a system @@ -83,10 +83,10 @@ from a regular Mopidy setup you'll want to know about. - Mopidy installed from a Debian package can use both Mopidy extensions installed both from Debian packages and extensions installed with pip. - + The other way around does not work: Mopidy installed with pip can use extensions installed with pip, but not extensions installed from a Debian - package. This is because the Debian packages installs extensions into + package. This is because the Debian packages install extensions into :file:`/usr/share/mopidy` which is normally not on your ``PYTHONPATH``. Thus, your pip-installed Mopidy will not find the Debian package-installed extensions.