From 5610d3eedcc857e73a52aa38c204262452ac2906 Mon Sep 17 00:00:00 2001 From: Wouter van Wijk Date: Tue, 1 Jan 2013 22:50:48 +0100 Subject: [PATCH] readme markup --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 7612aed..cbcc560 100644 --- a/README.rst +++ b/README.rst @@ -7,9 +7,9 @@ Mopidy is a music server which can play music from `Spotify This is a responsive html/js/css client for Mopidy. Responsive, so it works on desktop and mobile browsers. -== Installation == +##Installation## To install Mopidy, check out `the installation docs `_ or `the settings docs `_. -== Quick install == -Drop the files from this client in a folder on your Mopidy-system. Then change the settings.py (in the root directory of the Mopidy code) to make it work. Add a line ''mopidy.frontends.http.HttpFrontend'' to the FRONTENDS section, and set the ''HTTP_SERVER_STATIC_DIR'' to point to the folder with the files from the web client. \ No newline at end of file +##Quick install## +Drop the files from this client in a folder on your Mopidy-system. Then change the settings.py (in the root directory of the Mopidy code) to make it work. Add a line *mopidy.frontends.http.HttpFrontend* to the FRONTENDS section, and set the *HTTP_SERVER_STATIC_DIR* to point to the folder with the files from the web client. \ No newline at end of file