From ae8d44a1bb4607f63cecd0dceaa24d11d4b026bb Mon Sep 17 00:00:00 2001
From: mrethore <martin.rethoret-pasty@pasteur.fr>
Date: Fri, 22 Dec 2023 14:25:37 +0100
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index fee30f9..79768a9 100755
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ git clone https://gitlab.pasteur.fr/BEBP/diphtoscan.git
 
 **C.** Give the execute permission to the file `diphtOscan/__main__.py`:
 ```bash
-chmod +x __main__.py
+chmod diphtOscan/+x __main__.py
 ```
 
 **D.** Execute _diphtOscan_ with the following command line model:
-- 
GitLab