From 28854808799ebeb49fdfc4e2fa3d408f8cedaea9 Mon Sep 17 00:00:00 2001 From: Mohan Sha Date: Thu, 17 Oct 2019 00:09:58 +0530 Subject: [PATCH] Added table of contents for easier navigation Added table of contents for easier navigation --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 471e6cf37c..cdbfadf7c3 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,18 @@ Using Appwrite you can easily manage user authentication with multiple sign-in m ![Appwrite](public/images/github.png) +Table of Contents +================= +* [Installation](#installation) + * [Changing Port Number](#changing-port-number) +* [Getting Started](#getting-started) + * [Services](#services) + * [SDKs](#sdks) +* [Security](#security) +* [Follow Us](#follow-us) +* [Contributing](#contributing) +* [Credits](#credits) + ## Installation Appwrite backend server is designed to run in a container environment. Running your server is as easy as running one command from your terminal. You can either run Appwrite on your localhost using docker-compose or on any other container orchestration tool like Kubernetes, Docker Swarm or Rancher.