From 87049460eedc28ea2c7b1a5df9339c7166600f65 Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Tue, 18 Oct 2022 08:58:14 +0200 Subject: [PATCH] 'mask' CERN theme from README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f01699f..694559ab 100644 --- a/README.md +++ b/README.md @@ -100,10 +100,10 @@ pip install -e . # At the root of the repository python -m caimira.apps.calculator ``` -To run with the CERN theme: +To run with a specific template theme created: ``` -python -m caimira.apps.calculator --theme=caimira/apps/templates/cern +python -m caimira.apps.calculator --theme=caimira/apps/templates/{theme} ``` To run the calculator on a different URL path: