From ac714febaf787e1e2d4106bbe55061cf90b7a889 Mon Sep 17 00:00:00 2001 From: Amrit Bhogal Date: Fri, 9 Jul 2021 14:19:30 -0700 Subject: [PATCH] Fixed cmake command The directory `json-c` in the root of this repository does not exist, and just running `cmake` in the root works fine --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2373fc..269ff77 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ sudo apt install valgrind # optional $ git clone https://github.com/json-c/json-c.git $ mkdir json-c-build $ cd json-c-build -$ cmake ../json-c # See CMake section below for custom arguments +$ cmake ../ # See CMake section below for custom arguments ``` Note: it's also possible to put your build directory inside the json-c