diff --git a/README.md b/README.md
index 9d055f08eb797a702d67563c9b54dc289cab7f8b..382d077fbe669238bae0df72ca462290390e3156 100644
--- a/README.md
+++ b/README.md
@@ -9,8 +9,10 @@ The first version of Simuleau was proposed in 1993 to implement the concepts of
 Since 2016, the current version of Simuleau has been under development. The goal of this new version is to rewrite the old code using modern programming languages, integrate the various extensions of BPN that have been developed in recent years, and restructure the tool to make it easier to develop future extensions.
 
 Simuleau is a tool written in C++ that runs on Linux systems. It enables the modeling and simulation of systems described using Petri Net (PN) formalism, specifically focusing on different classes of Batch Petri Nets (BPN) models. The goal of Simuleau is to provide an academic tool for modeling and simulating BPNs.
+
+Currently, Simuleau is compatible only with Linux systems that have the GLPK library installed.
  
-##Interface
+## Interface
 
 To make the tool user-friendly, we have incorporated a textual menu interface that displays different options to the user. The main menu of Simuleau includes in option "1", which enables the user to compile the input file and verify the model using Simuleau.
 ````