From c04df2c59868cab4dc08d6b241128dd5f627a30a Mon Sep 17 00:00:00 2001 From: David Beniamine <david.beniamine@tetras-libre.fr> Date: Fri, 18 Feb 2022 16:41:58 +0100 Subject: [PATCH] Readme --- Readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index b98613e..abb1fcf 100644 --- a/Readme.md +++ b/Readme.md @@ -13,9 +13,11 @@ ### Cache -By default an HTML cache is enable with a lifetime of 7 days. This means that **your changes will not be visible until you clear the cache** +By default an HTML cache is enable with a lifetime of 7 days. -To clear the cache, simply run `./pico cache`. +This cache is automatically clear upon file change or docker restart. + +If the autoclear does not work, you can manually empty the cache by running `./pico cache`. You can change this behavior in the config file. -- GitLab