diff --git a/README.md b/README.md index 7dae396de0e03e16bc58074ddc2b232ae9b75877..a36821daba6ca9140820a57c504e9ec9d3920349 100644 --- a/README.md +++ b/README.md @@ -935,7 +935,7 @@ To compile and run the tests, you need to execute $ mkdir build $ cd build $ cmake .. -$ make +$ cmake --build . $ ctest ```