diff --git a/README.md b/README.md index aab0fbf..324c4bb 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ - Copy the file `.env` to `.env.local` and set configuration - `php bin/console -n doctrine:migrations:diff` - `php bin/console -n doctrine:migrations:migrate` +- `php bin/console cache:clear` @@ -23,5 +24,6 @@ - `composer install` or `php composer.phar install` - `php bin/console -n doctrine:migrations:diff` - `php bin/console -n doctrine:migrations:migrate` +- `php bin/console cache:clear` Or use `update.bat` diff --git a/changelog.md b/changelog.md index 37ee6b8..b32a463 100644 --- a/changelog.md +++ b/changelog.md @@ -33,4 +33,5 @@ ### Next #### Fix -- Cache clear in update.bat \ No newline at end of file +- Cache clear in update.bat +- Cache clear in README \ No newline at end of file