diff --git a/UPDATE.md b/UPDATE.md new file mode 100644 index 000000000..b98385791 --- /dev/null +++ b/UPDATE.md @@ -0,0 +1,8 @@ +#How to update your Thelia + +- copy all files from the thelia new version (local/modules/* files too) +- clear all caches running ```php Thelia cache:clear``` +- run ```php Thelia thelia:update``` +- again clear all caches in all environment : + - ```php Thelia cache:clear``` + - ```php Thelia cache:clear --env=prod``` \ No newline at end of file