diff options
author | Matthew Hodgson <matthew@matrix.org> | 2016-08-01 17:12:02 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2016-08-01 17:12:02 +0100 |
commit | bfeaab6dfc84adc38e5990a7f26c5b7148606a28 (patch) | |
tree | 15431a694801cb3f9bbe27a6113ce17257ac2696 /UPGRADE.rst | |
parent | Merge pull request #958 from matrix-org/paul/SYN-738 (diff) | |
download | synapse-bfeaab6dfc84adc38e5990a7f26c5b7148606a28.tar.xz |
missing --upgrade
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 699f04c2c2..9f044719a0 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst @@ -27,7 +27,7 @@ running: # Pull the latest version of the master branch. git pull # Update the versions of synapse's python dependencies. - python synapse/python_dependencies.py | xargs -n1 pip install + python synapse/python_dependencies.py | xargs -n1 pip install --upgrade Upgrading to v0.15.0 |