diff options
author | Aaron Raimist <aaron@raim.ist> | 2019-01-28 07:54:25 -0600 |
---|---|---|
committer | Amber Brown <hawkowl@atleastfornow.net> | 2019-01-28 13:54:25 +0000 |
commit | 57a3e96e8ebf4a424e973c325e3b4e25cbdc27f1 (patch) | |
tree | 4286369e610e5c418ffe8c0f22436d12e0657ca1 /UPGRADE.rst | |
parent | Merge pull request #4488 from matrix-org/rav/fed_routing/refactor (diff) | |
download | synapse-57a3e96e8ebf4a424e973c325e3b4e25cbdc27f1.tar.xz |
Remove --process-dependency-links from UPGRADE.rst (#4485)
* Remove --process-dependency-links from UPGRADE.rst Signed-off-by: Aaron Raimist <aaron@raim.ist> * Add changelog Signed-off-by: Aaron Raimist <aaron@raim.ist>
Diffstat (limited to 'UPGRADE.rst')
-rw-r--r-- | UPGRADE.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst index b214a15526..47a8cb9c88 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 matrix-synapse + pip install --upgrade matrix-synapse # restart synapse synctl restart |