Skip to content

Commit

Permalink
Merge pull request #52 from dkarlovi/patch-1
Browse files Browse the repository at this point in the history
docs: suggest cache:clear instead of cache:warmup
  • Loading branch information
mnapoli authored Jan 11, 2022
2 parents 48e5184 + 0c538b4 commit 4485405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ to look something like this:
composer install --classmap-authoritative --no-dev --no-scripts

# Warmup the cache
bin/console cache:warmup --env=prod
bin/console cache:clear --env=prod

# Disable use of Dotenv component
echo "<?php return [];" > .env.local.php
Expand Down

0 comments on commit 4485405

Please sign in to comment.