diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-12-24 16:56:20 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-12-24 16:56:20 +0000 |
commit | d90e586c858dbd0fffafa41c4fe9efca3559359f (patch) | |
tree | 0ba1503e1f067709981eecc31e9a3479da441c03 /README.rst | |
parent | Include version in User-Agent and Server headers (diff) | |
download | synapse-d90e586c858dbd0fffafa41c4fe9efca3559359f.tar.xz |
spell out that upgrading is just installing over the top
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README.rst b/README.rst index f5d2b0af38..87e0d7c634 100644 --- a/README.rst +++ b/README.rst @@ -239,6 +239,11 @@ Upgrading an existing homeserver IMPORTANT: Before upgrading an existing homeserver to a new version, please refer to UPGRADE.rst for any additional instructions. +Otherwise, simply re-install the new codebase over the current one - e.g. +by ``pip install --user --process-dependency-links +https://github.com/matrix-org/synapse/tarball/master`` +if using pip, or by ``git pull`` if running off a git working copy. + Setting up Federation ===================== |