From bc1d89d2b3a953e290e87964b28dc655563b8716 Mon Sep 17 00:00:00 2001 From: Nicolas Gimenez Date: Sun, 16 Jan 2022 23:14:16 +0100 Subject: [PATCH] fix(README): mention bzr dependency for running build.sh Closes #2090 Signed-off-by: Nicolas Gimenez --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30bf19f6c..273f4140d 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,16 @@ The [Federation Tester](https://federationtester.matrix.org) can be used to veri ## Get started +### Build a fully-federating instance + 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: +### Build a non-federating test deployment + +To get Dendrite started as a non-federating test deployment using self-signed certificates and SQLite databases, follow these instructions: + +- Install [`bzr` VCS tool](http://wiki.bazaar.canonical.com/) on your OS, it is used by some of the dependencies installed by `build.sh` script +- Run: ```bash $ git clone https://github.com/matrix-org/dendrite