소스 검색

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>
Aaron Raimist 5 년 전
부모
커밋
57a3e96e8e
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      UPGRADE.rst
  2. 1 0
      changelog.d/4485.misc

+ 1 - 1
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

+ 1 - 0
changelog.d/4485.misc

@@ -0,0 +1 @@
+Remove deprecated --process-dependency-links option from UPGRADE.rst