From 47ad4b7a0389828606a1fe38a5200e76503f374b Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Tue, 14 Feb 2023 19:49:32 -0800 Subject: [PATCH] Partial revert due to well-known confusion. --- SETUP.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/SETUP.md b/SETUP.md index ff69826..ca26b8c 100644 --- a/SETUP.md +++ b/SETUP.md @@ -6,8 +6,7 @@ instructions in [BUILD](https://github.com/matrix-construct/construct/wiki/BUILD #### NOTES -- We will refer to your server as `host.tld`. For those familiar with matrix: -this is your _origin_ and mxid `@user:host.tld` hostpart. Your `well-known` delegation is not relevant here. +- We will refer to your server as `host.tld`. For those familiar with matrix: this is your _origin_ and mxid `@user:host.tld` hostpart. If you delegate your server's location to something like `matrix.host.tld:1234` we refer to this as your _servername_. - If you built construct yourself as a standalone build you will need to add the included library directories before executing: @@ -18,7 +17,7 @@ the included library directories before executing: 1. Execute - There is one argument: `` described in the notes above (your `host.tld`). + There are two arguments: `bin/construct [servername]`. If the _servername_ argument is missing, the _origin_ will be used for it instead. For well-known delegations the _servername_ should be different from the _origin_. ``` bin/construct host.tld