From b8da113aba33a656b0bbb9f9b3dfdb7229be79bd Mon Sep 17 00:00:00 2001 From: lrdossan Date: Tue, 22 Oct 2024 09:56:24 +0200 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b603e659..f3da12c4 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ python -m cern_caimira.apps.calculator To run with a specific template theme created: ``` -python -m cern_caimira.apps.calculator --theme=cern_caimira/apps/templates/{theme} +python -m cern_caimira.apps.calculator --theme=cern_caimira/src/cern_caimira/apps/templates/{theme} ``` To run the entire app in a different `APPLICATION_ROOT` path: