From bc4a31a0ba2079e0ce41b1aa51e32aed96475dae Mon Sep 17 00:00:00 2001
From: SANCHEZ Theophile <theophile.sanchez@inria.fr>
Date: Thu, 8 Dec 2022 16:12:25 +0100
Subject: [PATCH] update tutorial

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

diff --git a/README.md b/README.md
index 851fcae..c4859a2 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ Start the docker daemon by running:
 sudo dockerd
 ```
 
-In another terminal, download the image from [dockerhub](https://hub.docker.com/r/thesanc/edna_tools) and run it with the following command:
+In another terminal, download the image from [dockerhub](https://hub.docker.com/r/thesanc/edna_tools) and run it with this single command:
 ```bash
 docker run -v path/to/your/local/file:path/inside/the/container -p 8787:8787 thesanc/edna_tools
 ```
-- 
GitLab