Document user creation
This commit is contained in:
parent
0f0a4ec4c3
commit
58615df1ad
1 changed files with 9 additions and 0 deletions
|
@ -26,7 +26,16 @@ Creating the two json files
|
||||||
* /.well-known/matrix/client
|
* /.well-known/matrix/client
|
||||||
on the fn.nf web server using the samples:
|
on the fn.nf web server using the samples:
|
||||||
|
|
||||||
|
```
|
||||||
|
% curl -Ls https://m.fn.nf/.well-known/matrix/server > server
|
||||||
|
% curl -Ls https://m.fn.nf/.well-known/matrix/client > client
|
||||||
|
```
|
||||||
|
|
||||||
|
And finally creating a user:
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
### Element-Web
|
### Element-Web
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue