From bf7940d7ff4d38298904b1b747631500632133c0 Mon Sep 17 00:00:00 2001
From: Erik Johnston <erik@matrix.org>
Date: Wed, 19 Nov 2014 20:07:21 +0000
Subject: [PATCH] Add note about rerunning setup.py develop

---
 UPGRADE.rst | 6 ++++++
 1 file changed, 6 insertions(+)

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.
 
-- 
GitLab