summary refs log tree commit diff
path: root/docs/postgres.md
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-01-18 11:12:20 -0500
committerGitHub <noreply@github.com>2021-01-18 11:12:20 -0500
commitde45bf5b5b72ea4cc6d16f2c41d7f2a6e1c350bf (patch)
tree794ef3b27de6f9ce576f077aaa2d77af4b1ecbe9 /docs/postgres.md
parentAllow moving account data and receipts streams off master (#9104) (diff)
downloadsynapse-de45bf5b5b72ea4cc6d16f2c41d7f2a6e1c350bf.tar.xz
Quote pip install with brackets to avoid shell interpretation. (#9151)
Diffstat (limited to 'docs/postgres.md')
-rw-r--r--docs/postgres.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/postgres.md b/docs/postgres.md
index c30cc1fd8c..680685d04e 100644
--- a/docs/postgres.md
+++ b/docs/postgres.md
@@ -18,7 +18,7 @@ connect to a postgres database.
     virtualenv](../INSTALL.md#installing-from-source), you can install
     the library with:
 
-        ~/synapse/env/bin/pip install matrix-synapse[postgres]
+        ~/synapse/env/bin/pip install "matrix-synapse[postgres]"
 
     (substituting the path to your virtualenv for `~/synapse/env`, if
     you used a different path). You will require the postgres