README updated to explain upgrade (issue #9)

This commit is contained in:
Simon Vieille 2017-02-15 16:18:29 +01:00
parent ab47699731
commit 221e28832f

View file

@ -135,7 +135,8 @@ Upgrade
$ make update
$ make propel
If you upgrade to v1.4.1, run: `app/console migrate:to:v1.4.1`
If your version is less than v1.4.2, run: `test -d app && git add app && git commit -m "Configuration"`.
If you upgrade to v1.4.1, run: `app/console migrate:to:v1.4.1`.
Makefile
--------