From 3c985830f68c982f40d5b03cf5bb09f3f1c2474c Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 22 Jan 2020 08:29:36 -0700 Subject: [PATCH] Fix config path --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a3b7eb8..94efe63 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,9 @@ git clone https://github.com/matrix-org/mjolnir.git cd mjolnir # Copy and edit the config. It is not recommended to change the data path. -mkdir -p /etc/mjolnir -cp config/default.yaml /etc/mjolnir/production.yaml -nano /etc/mjolnir/production.yaml +mkdir -p /etc/mjolnir/config +cp config/default.yaml /etc/mjolnir/config/production.yaml +nano /etc/mjolnir/config/production.yaml docker run --rm -it -v /etc/mjolnir:/data matrixdotorg/mjolnir:latest ```