From 2bc772df22e73523b5ca5e4065290cb3032ae29b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?V=C3=A9ronique=20=20LEGRAND?= <veronique.legrand@pasteur.fr>
Date: Tue, 7 Dec 2021 15:27:39 +0100
Subject: [PATCH] Update README.md

---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index cc24682..55ba9f4 100644
--- a/README.md
+++ b/README.md
@@ -27,12 +27,12 @@ Clone this repository with the following command line:
 git clone https://gitlab.pasteur.fr/vlegrand/FQreport.git
 ```
 
-In a command-line window, go to the _src/build/_ directory, and type:
+In a command-line window, go to the _src directory and create a build_ directory, and type:
 
 ```bash
-./configure
-make check
-make
+cd build
+cmake ..
+cmake --build . or make
 ```
 
 This will create the native executable `fqreport` that can be run with the following command line model:
-- 
GitLab