From 6a63793b1a53cfc2881db92dff82c00f1a7a17d0 Mon Sep 17 00:00:00 2001 From: Maxime Dor Date: Fri, 24 Mar 2017 17:50:40 +0100 Subject: [PATCH] Clarify install requirements --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c0331f..aa5c23d 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ as the reference Home Server implementation [synapse](https://github.com/matrix- to an ID server. # Install -Run all the following commands as `root` or using `sudo` +After [building](#build) the software, run all the following commands as `root` or using `sudo` 1. Create a dedicated user: `useradd -r mxisd` - Create config directory: `mkdir /etc/mxis`