diff --git a/Gazelle-HL7V2-Simulators/installation.md b/Gazelle-HL7V2-Simulators/installation.md
index 94222a2b69bb52ea3fc2a6d567bae6f707a90fa4..cd06ab418f16c0bde20f590a3dce48c8d9c5e9da 100755
--- a/Gazelle-HL7V2-Simulators/installation.md
+++ b/Gazelle-HL7V2-Simulators/installation.md
@@ -23,7 +23,18 @@ Here is a guide to help you install the Hl7-Simulator.
 ## Installation
 First you should pull the project from:
 https://gitlab.inria.fr/gazelle/specific-tools/ans/ans-hl7v2-simulators.git
-then you can use quarkus with :
+
+Before compiling the source code, you have to create 3 repositories :
+
+```sh
+mkdir -p /opt/ans-hl7v2-simulators/templates/CDA
+mkdir -p /opt/ans-hl7v2-simulators/templates/ZAM
+mkdir -p /opt/ans-hl7v2-simulators/JDV
+```
+
+These repositories will contain the templates and be linked with your container, so if they do not exist your application will not work as expected.
+
+Then you can use quarkus with :
 ``
 mvn clean package
 cd ans-hl7v2-simulators-ui
diff --git a/Gazelle-HL7V2-Simulators/release-notes.md b/Gazelle-HL7V2-Simulators/release-notes.md
index b3284dc0849069bd682c29d0169274dc5420e42d..fef72a5f0c5e94f0dc151efccee54fe833b6ef7a 100644
--- a/Gazelle-HL7V2-Simulators/release-notes.md
+++ b/Gazelle-HL7V2-Simulators/release-notes.md
@@ -8,6 +8,21 @@ function: Software Engineer
 customer: ANS
 ---
 
+# HL7Simulators - 1.3.0
+_Release date: 2024-04-09_
+
+__IT Help__
+* \[[HLVSIM-44](https://gazelle.ihe.net/jira/browse/HLVSIM-44)\] MAJ Simulateur HL7V2
+
+# HL7Simulators 1.2.1
+_Release date: 2024-02-08_
+
+__Improvement__
+* \[[HLVSIM-42](https://gazelle.ihe.net/jira/browse/HLVSIM-42)\] Modification IHM
+
+Remove ISO8859-1 ser ver and configuration
+Remove serverside colum for SUTConfiguration
+
 # HL7Simulators 1.2.0
 _Release date: 2024-01-30_
 
@@ -23,18 +38,4 @@ __Bug__
 _Release date: 2023-7-11_
 
 __Story__
-* \[[HLVSIM-1](https://gazelle.ihe.net/jira/browse/HLVSIM-1)\] Create Hl7V2 Simulators
-
-
-
-_Release date: $versionObj.releaseDate_
-# 1.2.1
-
-https://gazelle.ihe.net/jira/projects/HLVSIM/issues/HLVSIM-42?filter=allopenissues
-
-Remove ISO8859-1 ser ver and configuration
-Remove serverside colum for SUTConfiguration
-
-# Dependencies
-
-# Remarks
+* \[[HLVSIM-1](https://gazelle.ihe.net/jira/browse/HLVSIM-1)\] Create Hl7V2 Simulators
\ No newline at end of file