mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-12 04:52:26 +01:00
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>
This commit is contained in:
parent
d04ff2a03d
commit
57a3e96e8e
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
1
changelog.d/4485.misc
Normal file
1
changelog.d/4485.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Remove deprecated --process-dependency-links option from UPGRADE.rst
|
Loading…
Reference in a new issue