forked from MirrorHub/synapse
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`.
This commit is contained in:
commit
73d8209694
2 changed files with 2 additions and 1 deletions
1
changelog.d/8634.misc
Normal file
1
changelog.d/8634.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Correct Synapse's PyPI package name in the OpenID Connect installation instructions.
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue