From e34ac2b1d3a2696281c44f0da81949d3ba80bb00 Mon Sep 17 00:00:00 2001 From: Daniel Jakots Date: Tue, 28 Aug 2018 20:02:31 -0400 Subject: [PATCH] Rework the links about Installing mastodon (#690) Group links about Installation the same way they are for After Installation and Advanced so it's more obvious how it's cut --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4eba391d..16497821 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,12 @@ Mastodon is a free, open-source social network server based on open web protocol >**Please note**: It is highly recommended to run a [tagged release](https://github.com/tootsuite/mastodon/releases) of Mastodon and **not** run off the current `master` branch. - Before you start: [Examples of resource usage from other live instances](Running-Mastodon/Resources-needed.md) -- If you want to use Docker: [Installation using Docker](Running-Mastodon/Docker-Guide.md) -- If you want to run it standalone: [Standalone installation](Running-Mastodon/Production-guide.md) -- There are other options: - - [Mastodon on Heroku](Running-Mastodon/Heroku-guide.md) - - [Mastodon on Scalingo](Running-Mastodon/Scalingo-guide.md) - - [Mastodon on Nanobox](Running-Mastodon/Nanobox-Guide.md) +- Installing mastodon: + - [Using Docker](Running-Mastodon/Docker-Guide.md) + - [Standalone installation](Running-Mastodon/Production-guide.md) + - [On Heroku](Running-Mastodon/Heroku-guide.md) + - [On Scalingo](Running-Mastodon/Scalingo-guide.md) + - [On Nanobox](Running-Mastodon/Nanobox-Guide.md) - After installation: - [Administrating a Mastodon instance](Running-Mastodon/Administration-guide.md) - [Tuning Mastodon performance](Running-Mastodon/Tuning.md)