diff options
author | erikjohnston <erikjohnston@users.noreply.github.com> | 2021-07-09 10:43:39 +0000 |
---|---|---|
committer | erikjohnston <erikjohnston@users.noreply.github.com> | 2021-07-09 10:43:39 +0000 |
commit | 31cb5254d4d5c59897eb36a4255ccbf3e12b6cf1 (patch) | |
tree | 9d5fdf5c0d8559515fdd86c749a2539128dec585 /develop/postgres.html | |
parent | deploy: 33ae301fee3aac6fec492b8238899cac22e3908d (diff) | |
download | synapse-31cb5254d4d5c59897eb36a4255ccbf3e12b6cf1.tar.xz |
deploy: 251cfc4e09c36c87227771f1a3aa305c4b0a2121
Diffstat (limited to 'develop/postgres.html')
-rw-r--r-- | develop/postgres.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/develop/postgres.html b/develop/postgres.html index 4122d5fe78..7718acd97e 100644 --- a/develop/postgres.html +++ b/develop/postgres.html @@ -189,7 +189,7 @@ connect to a postgres database.</p> <ul> <li> -<p>If you are using the <a href="../INSTALL.html#matrixorg-packages">matrix.org debian/ubuntu +<p>If you are using the <a href="setup/installation.html#matrixorg-packages">matrix.org debian/ubuntu packages</a>, the necessary python library will already be installed, but you will need to ensure the low-level postgres library is installed, which you can do with @@ -200,7 +200,7 @@ low-level postgres library is installed, which you can do with the relevant package.</p> </li> <li> -<p>If you installed synapse <a href="../INSTALL.html#installing-from-source">in a +<p>If you installed synapse <a href="setup/installation.html#installing-from-source">in a virtualenv</a>, you can install the library with:</p> <pre><code>~/synapse/env/bin/pip install "matrix-synapse[postgres]" |