From fe7d2bf71c6e33c1faa27ca54f3097e76e2d2c4a Mon Sep 17 00:00:00 2001
From: Yair Fosado <yair.fosado@ed.ac.uk>
Date: Sat, 5 Oct 2024 07:38:58 +0100
Subject: [PATCH] readme update

---
 2.Analysis/2_maxConnectedComponent/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/2.Analysis/2_maxConnectedComponent/README.md b/2.Analysis/2_maxConnectedComponent/README.md
index 659c7d5..19de485 100755
--- a/2.Analysis/2_maxConnectedComponent/README.md
+++ b/2.Analysis/2_maxConnectedComponent/README.md
@@ -6,7 +6,7 @@ The script **bash\_maxCC.sh** contains the instructions to run the whole analysi
 * 1.- timestep.
 * 2.- The size (number of DNAns) in the largest connected component.
 
-Note that if you don't have X11 installed, you will need to open the Mathematica script (maxCComp.m) and run it as usual (shift+enter) to create the previous file.
+**Note:** if you have problems running the mathematica script through the bash, you will need to open the script (maxCComp.m) and run it as usual (shift+enter) to create the previous file. Then continue running bash\_maxCC.sh.
 
 **II.-** Then, it removes the special characters *"* from the file *maxCC.txt* and rename it to: *maxCComp_rho0.02.txt*
 
-- 
GitLab