diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2020-10-26 14:45:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-26 14:45:33 +0000 |
commit | 73d8209694f7c8986c37117cab71463d440478db (patch) | |
tree | 6cbec3374ea49db41c56e6b26d08d9c412f11a23 /docs | |
parent | Add field `total` to device list in admin API (#8644) (diff) | |
parent | Changelog (diff) | |
download | synapse-73d8209694f7c8986c37117cab71463d440478db.tar.xz |
Correct the package name in OpenID Connect install instructions (#8634)
The OpenID Connect install instructions suggested installing `synapse[oidc]`, but our PyPI package is called `matrix-synapse`.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/openid.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/openid.md b/docs/openid.md index 4873681999..a836bb76db 100644 --- a/docs/openid.md +++ b/docs/openid.md @@ -37,7 +37,7 @@ as follows: provided by `matrix.org` so no further action is needed. * If you installed Synapse into a virtualenv, run `/path/to/env/bin/pip - install synapse[oidc]` to install the necessary dependencies. + install matrix-synapse[oidc]` to install the necessary dependencies. * For other installation mechanisms, see the documentation provided by the maintainer. |