From e12c4017943bdd40b30cce46581b35685e6708bb Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Thu, 4 Nov 2021 12:56:08 +0000 Subject: [PATCH] Link to the docs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c338e8c4f..1a6e97de5 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ This is an attempt to implement an OAuth 2.0 and OpenID Connect authentication server for Matrix, following [MSC2964](https://github.com/matrix-org/matrix-doc/pull/2964). Don't expect too much here for now, this is very much a work in progress. +See the [Documentation](https://matrix-org.github.io/matrix-authentication-service/index.html) for information on installation and use. + ## Running - [Install Rust and Cargo](https://www.rust-lang.org/learn/get-started)