From ff21169c5a96794433c449c836ef45d5a4200d5a Mon Sep 17 00:00:00 2001 From: Malo <mtc@kereval.com> Date: Fri, 15 Nov 2024 11:39:13 +0100 Subject: [PATCH] Fix Patient Manager install doc --- Patient-Manager/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Patient-Manager/installation.md b/Patient-Manager/installation.md index 39d0558..c4f7cf5 100755 --- a/Patient-Manager/installation.md +++ b/Patient-Manager/installation.md @@ -29,7 +29,7 @@ If you have your own CAS service, you need to package your own version of the to ```bash git clone https://gitlab.inria.fr/gazelle/public/simulation/patient-manager.git - cd PAMSimulator + cd Patient-Manager git checkout tags/PAMSimulator-$versionName ``` -- GitLab