From 6470fbea7e28f4c1d07425a266d28938e34c46a4 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sun, 17 Nov 2024 12:46:40 +0900 Subject: [PATCH] Add a link to quick-start.md on the "Getting started" section Since I am not quite sure whether the link to prerequisites.md should be replaced in favor of this link, this commit leaves it as it is for now. Signed-off-by: Suguru Hirahara --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b1fcec35f..a55def0f7 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ While the [list of supported services](#-supported-services) and documentation i - Starting with the basics. You can always add/remove or tweak services later on. - Following our guided installation, starting with the [Prerequisites](./docs/prerequisites.md) documentation page +If you have never configured Matrix services, follow the [**quick start**](./docs/quick-start.md) guide to set up minimum core services on your server. + ## ✔ Supported services Using this playbook, you can get the following list of services configured on your server. Basically, this playbook aims to get you up-and-running with all the necessities around Matrix, without you having to do anything else.