From 78b795dc4c2800e8abb3d894ba254258023be57c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis-Philippe=20V=C3=A9ronneau?= Date: Sat, 24 Jun 2017 14:24:10 -0400 Subject: [PATCH] add a table of contents --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 3f7904f..cf65c27 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,20 @@ Current supported features are: For more details, go check the [API implementation status wiki page](https://github.com/spl0k/supysonic/wiki/API-implementation-status). +## Table of contents + +* [Installation](#installation) + + [Prerequisites](#prerequisites) + + [Configuration](#configuration) + + [Database initialization](#database-initialization) +* [Running the application](#running-the-application) + + [As a standalone debug server](#as-a-standalone-debug-server) + + [As an Apache WSGI application](#as-an-apache-wsgi-application) + + [Other options](#other-options) +* [Quickstart](#quickstart) +* [Scanner daemon](#scanner-daemon) +* [Upgrading](#upgrading) + ## Installation Supysonic can run as a standalone application (not recommended for a "production" server)