mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-31 19:59:01 +01:00
Keep pointing at packages.matrix.org for now
This commit is contained in:
parent
95f0a53662
commit
188a51daa9
2 changed files with 4 additions and 4 deletions
2
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
2
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
|
@ -71,7 +71,7 @@ body:
|
|||
label: Installation Method
|
||||
options:
|
||||
- Docker (matrixdotorg/synapse)
|
||||
- Debian packages from packages.element.io
|
||||
- Debian packages from packages.matrix.org
|
||||
- pip (from PyPI)
|
||||
- Other (please mention below)
|
||||
- I don't know
|
||||
|
|
|
@ -62,7 +62,7 @@ pip install "matrix-synapse[redis]"
|
|||
|
||||
Note that these dependencies are included when synapse is installed with `pip
|
||||
install matrix-synapse[all]`. They are also included in the debian packages from
|
||||
`packages.element.io` and in the docker images at
|
||||
`packages.matrix.org` and in the docker images at
|
||||
https://hub.docker.com/r/ectorim/synapse/.
|
||||
|
||||
To make effective use of the workers, you will need to configure an HTTP
|
||||
|
|
Loading…
Reference in a new issue