From a7e95a0b7df0f1d5d8b9514b93e4e31a9c3578bd Mon Sep 17 00:00:00 2001 From: Brendan Abolivier Date: Tue, 21 May 2019 21:43:36 +0100 Subject: [PATCH] Update install instructions --- INSTALL.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index fa399468a..82f7f00af 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -12,7 +12,7 @@ Dendrite can be run in one of two configurations: ## Requirements - - Go 1.10+ + - Go 1.11+ - Postgres 9.5+ - For Kafka (optional if using the monolith server): - Unix-based system (https://kafka.apache.org/documentation/#os) @@ -30,8 +30,7 @@ git clone https://github.com/matrix-org/dendrite cd dendrite # Build it -go get github.com/constabulary/gb/... -gb build +./build.sh ``` If using Kafka, install and start it (c.f. [scripts/install-local-kafka.sh](scripts/install-local-kafka.sh)):