From 7d53e1177053881a01910a68465a6986c8fd6f85 Mon Sep 17 00:00:00 2001
From: Igor Fontana de Nardin <igor.fontana@irit.fr>
Date: Tue, 29 Apr 2025 12:12:56 +0200
Subject: [PATCH] Adjusted readme

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

diff --git a/README.md b/README.md
index 3c43449..e6bcc39 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,9 @@ It is also possible to install all dependencies using [nix](https://nixos.org/).
 
 To install it using nix, execute the following command:
 
-> nix-shell
+```bash
+nix-shell
+```
 
 Besides the dependencies, we executed our experiments using Gurobi. So, it is necessary to have a Gurobi license to have the same results. It is possible to execute it using another solver, by modifying the file *GenerateExperiments/experiments.py* when it calls prob.solve(). However, in this case, you can have different results (mainly concerning execution time).
 
-- 
GitLab