diff --git a/apps/matrix/README.md b/apps/matrix/README.md index 4b24b1e..1c8fcc1 100644 --- a/apps/matrix/README.md +++ b/apps/matrix/README.md @@ -26,7 +26,16 @@ Creating the two json files * /.well-known/matrix/client 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