From cce05ed14157025ebe1399f9cf3cac6ed0e9d46b Mon Sep 17 00:00:00 2001
From: Leonardo Brenner <leonardo.brenner@lis-lab.fr>
Date: Wed, 4 Oct 2023 19:03:35 +0200
Subject: [PATCH] Update file README.md

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 9d055f0..382d077 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.
 ````
-- 
GitLab