Add note about rerunning setup.py develop

pull/19/merge
Erik Johnston 2014-11-19 20:07:21 +00:00
parent 19977b4659
commit bf7940d7ff
1 changed files with 6 additions and 0 deletions

View File

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