From 86345c3d06e742259d9ea30572ddbb7ac54589c9 Mon Sep 17 00:00:00 2001 From: Ryan Whittington Date: Tue, 24 Aug 2021 19:33:24 +0100 Subject: [PATCH] Updated get started run command in readme Signed-off-by: Ryan Whittington --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8d6b2b61..4783ca0ba 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ $ ./bin/generate-keys --tls-cert server.crt --tls-key server.key $ cp dendrite-config.yaml dendrite.yaml # Build and run the server: -$ ./bin/dendrite-monolith-server --tls-cert server.crt --tls-key server.key --config dendrite.yaml +$ go run ./cmd/dendrite-monolith-server --tls-cert server.crt --tls-key server.key --config dendrite.yaml ``` Then point your favourite Matrix client at `http://localhost:8008` or `https://localhost:8448`.