From 721d53025a99f76c45996ad89bbed4599bd0574a Mon Sep 17 00:00:00 2001 From: Bruno Charest Date: Tue, 20 Jan 2026 14:33:02 -0500 Subject: [PATCH] ``` docs: update theme configuration instructions with simplified JSON format and add Docker command example. ``` --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b3e8a2..8712ce5 100644 --- a/README.md +++ b/README.md @@ -54,10 +54,14 @@ Ajoutez ou mettez à jour `data/config.json.php` : ```json { "resource": { - "raintpl_tpl": "tpl/shaarli-pro/" + "theme": "shaarli-pro" } } ``` +ou utiliser cette commande docker +```bash +docker exec -it myshaarli sed -i 's/"theme": "default"/"theme": "shaarli-pro"/' /var/www/shaarli/data/config.json.php +``` Redémarrez votre service PHP si nécessaire et videz le cache navigateur.