From 54bf5f20e99c2912e7102e6e9955cdccf00d2c57 Mon Sep 17 00:00:00 2001 From: Niels Date: Sat, 8 Oct 2016 14:33:10 +0200 Subject: [PATCH] adjusted README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 962e9ddac..bc1560571 100644 --- a/README.md +++ b/README.md @@ -515,17 +515,17 @@ To compile and run the tests, you need to execute $ make check =============================================================================== -All tests passed (8905161 assertions in 35 test cases) +All tests passed (8905166 assertions in 35 test cases) ``` Alternatively, you can use [https://cmake.org](CMake) and run ```sh -mkdir build -cd build -cmake .. -make -ctest +$ mkdir build +$ cd build +$ cmake .. +$ make +$ ctest ``` For more information, have a look at the file [.travis.yml](https://github.com/nlohmann/json/blob/master/.travis.yml).