From ece7b22fb7f0c9c00e062622ad9ce9feeaf438fb Mon Sep 17 00:00:00 2001 From: Nicolas Mounet Date: Tue, 12 Dec 2023 11:06:15 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8cb1b474..de3a17ad 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,8 @@ To run the calculator on a different URL path: python -m caimira.apps.calculator --prefix=/mycalc ``` +Each of these commands will start a local version of CAiMIRA, which can be visited at http://localhost:8080/. + ### How to compile and read the documentation In order to generate the documentation, CAiMIRA must be installed first with the `doc` dependencies: