From e8833b16e1a6b70117593b25bcffcfb2cab42ace Mon Sep 17 00:00:00 2001 From: Alex Dunn Date: Mon, 8 Jun 2020 19:33:48 -0700 Subject: [PATCH] readme: add table of contents --- readme.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/readme.md b/readme.md index ebf1224..c7e75be 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,19 @@ + +**Table of Contents** + +- [MovieNight stream server](#movienight-stream-server) + - [Build requirements](#build-requirements) + - [Older Go Versions](#older-go-versions) + - [Compile and install](#compile-and-install) + - [Docker build](#docker-build) + - [Building the Container](#building-the-container) + - [Running the Container](#running-the-container) + - [docker-compose](#docker-compose) + - [Notes for Running Using docker-compose](#notes-for-running-using-docker-compose) + - [Usage](#usage) + - [Configuration](#configuration) + + # MovieNight stream server [![Build status](https://api.travis-ci.org/zorchenhimer/MovieNight.svg?branch=master)](https://travis-ci.org/zorchenhimer/MovieNight)