diff --git a/README.md b/README.md
index 5c77b9d04232047cbb2bf68a8dc9b378ac744dc0..88a019fea969d0672290814b1bc679378adde23c 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,7 @@ It also contains a sample using that library, it's a basic implementation allowi
 - CMake > 2.22
 - conan V2
 - npm
+- openapi-generator-cli version 7.5.0
 
 ## Install or update cmake
 To install the last version of Cmake, we recommend to follow the instruction detailed on the following link (Using APT Repositories): https://askubuntu.com/questions/355565/how-do-i-install-the-latest-version-of-cmake-from-the-command-line
@@ -55,6 +56,16 @@ To setup your conan profile, run:
 
 Conan is installed on your machine, you are ready to generate the cpp code for RestBed server.
 
+## Instal openapi-generator-cli
+
+First, install openapi-generator-cli with npm:
+
+    npm install @openapitools/openapi-generator-cli -g
+
+Then, set its version to 7.5.0:
+
+    openapi-generator-cli version-manager set 7.5.0   
+
 ## Code Generation
 
 To generate the code and the DLLs use the following commands: