From 74b23a59b517dda8a2e4d1f3e8e6a82d9327c1bb Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 16 Feb 2017 10:51:39 +0100 Subject: [PATCH] README updated to explain upgrade (issue #9) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 769302b..e43e1d6 100644 --- a/README.md +++ b/README.md @@ -132,11 +132,11 @@ Your webserver must be configured to serve `web/` as document root. If you use n Upgrade ------- +If your version is less than v1.4.2, run: `test -d app && git add app && git commit -m "Configuration"`. + $ make update $ make propel -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