summary refs log tree commit diff
path: root/UPGRADE.rst
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2018-10-02 01:08:38 +1000
committerGitHub <noreply@github.com>2018-10-02 01:08:38 +1000
commitabdc141c2bc872e7db6761f652551eb1bbf0859d (patch)
tree356ce41c3e0b038bab84477e0d567b570c9dc1d1 /UPGRADE.rst
parentMerge pull request #3968 from matrix-org/rav/fix_federation_errors (diff)
downloadsynapse-abdc141c2bc872e7db6761f652551eb1bbf0859d.tar.xz
Update instructions to point to pip install (#3985)
Diffstat (limited to 'UPGRADE.rst')
-rw-r--r--UPGRADE.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst
index f6bb1070b1..6cf3169f75 100644
--- a/UPGRADE.rst
+++ b/UPGRADE.rst
@@ -18,7 +18,7 @@ instructions that may be required are listed later in this document.
 
    .. code:: bash
 
-       pip install --upgrade --process-dependency-links https://github.com/matrix-org/synapse/tarball/master
+       pip install --upgrade --process-dependency-links matrix-synapse
 
        # restart synapse
        synctl restart
@@ -48,11 +48,11 @@ returned by the Client-Server API:
     # configured on port 443.
     curl -kv https://<host.name>/_matrix/client/versions 2>&1 | grep "Server:"
 
-Upgrading to $NEXT_VERSION
+Upgrading to v0.27.3
 ====================
 
 This release expands the anonymous usage stats sent if the opt-in
-``report_stats`` configuration is set to ``true``. We now capture RSS memory 
+``report_stats`` configuration is set to ``true``. We now capture RSS memory
 and cpu use at a very coarse level. This requires administrators to install
 the optional ``psutil`` python module.