summary refs log tree commit diff
path: root/UPGRADE.rst
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-11-19 20:07:21 +0000
committerErik Johnston <erik@matrix.org>2014-11-19 20:07:21 +0000
commitbf7940d7ff4d38298904b1b747631500632133c0 (patch)
treef0bb9663422a43fe82bcb027078062a6588be83a /UPGRADE.rst
parentMerge branch 'release-v0.5.0' of github.com:matrix-org/synapse (diff)
downloadsynapse-bf7940d7ff4d38298904b1b747631500632133c0.tar.xz
Add note about rerunning setup.py develop
Diffstat (limited to 'UPGRADE.rst')
-rw-r--r--UPGRADE.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst
index 2229470c3f..8c70ae2765 100644
--- a/UPGRADE.rst
+++ b/UPGRADE.rst
@@ -1,6 +1,12 @@
 Upgrading to v0.5.0
 ===================
 
+The webclient has been split out into a seperate repository/pacakage in this
+release. Before you restart your homeserver you will need to pull in the
+webclient package by running::
+
+  python setup.py develop --user
+
 This release completely changes the database schema and so requires upgrading
 it before starting the new version of the homeserver.