diff --git a/README.md b/README.md index cc24682ffd4a25260a5b42da706dd19a51b68033..55ba9f48b77f3c49f4221a977aa1b01c36b887c2 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: