From d6566c71e51f76af5c08db54d06c27b5d7ed4d9b Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Thu, 14 May 2020 16:38:02 +0100 Subject: [PATCH] Don't build all the things for the monolith --- docs/INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 58f6f9885..82f930479 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -39,7 +39,7 @@ cd dendrite Then build it: ```bash -./build.sh +go build -o bin/dendrite-monolith-server ./cmd/dendrite-monolith-server ``` ## Building up a polylith deployment @@ -76,7 +76,7 @@ kafka/bin/zookeeper-server-start.sh -daemon kafka/config/zookeeper.properties kafka/bin/kafka-server-start.sh -daemon kafka/config/server.properties ``` -On MacOS, you can use [homebrew](https://brew.sh/) for easier setup of Kafka: +On macOS, you can use [Homebrew](https://brew.sh/) for easier setup of Kafka: ```bash brew install kafka