From 148d37aeebaa37d768cc98eee194684859f33636 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Thu, 8 Oct 2020 17:12:16 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9e2f579bb..f27cb4029 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,11 @@ Also recommended are: The [Federation Tester](https://federationtester.matrix.org) can be used to verify your deployment. -## Quick start +## Get started -The following instructions are enough to get Dendrite started as a local test deployment using SQLite databases: +If you wish to build a fully-federating Dendrite instance, see [INSTALL.md](docs/INSTALL.md). For running in Docker, see [build/docker](build/docker). + +The following instructions are enough to get Dendrite started as a non-federating test deployment using self-signed certificates and SQLite databases: ```bash $ git clone https://github.com/matrix-org/dendrite @@ -69,8 +71,6 @@ $ ./dendrite-monolith-server --tls-cert server.crt --tls-key server.key --config Then point your favourite Matrix client at `http://localhost:8008`. -For full installation information, see [INSTALL.md](docs/INSTALL.md). For running in Docker, see [build/docker](build/docker). - ## Progress We use a script called Are We Synapse Yet which checks Sytest compliance rates. Sytest is a black-box homeserver