diff --git a/README.md b/README.md index 8b8900bf939e1db329a3c3afbcc496023cc4ea63..3bc16106ff4fe6cf34e39cd6b7e44fb3b9246b6c 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,13 @@ git clone https://gitlab.pasteur.fr/vlegrand/FQreport.git ``` You need a c++ compiler that supports the C++11 standard and cmake to build the executable. -In a command-line window, go to the _src directory and create a build_ directory;then type: +In a command-line window, go to the _src directory then type: ```bash +mkdir build cd build cmake .. -cmake --build . or make +cmake --build . ``` This will create the native executable `fqreport` that can be run with the following command line model: