0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-23 13:23:46 +02:00

Partial revert due to well-known confusion.

Jason Volk 2023-02-14 19:49:32 -08:00
parent 11c0684df2
commit 47ad4b7a03

@ -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: `<origin>` described in the notes above (your `host.tld`).
There are two arguments: `bin/construct <origin> [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