From: Luca Mannella Date: Mon, 12 Sep 2022 15:29:47 +0000 (+0200) Subject: Small update to README file X-Git-Tag: json-c-0.17-20230812~30^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F790%2Fhead;p=thirdparty%2Fjson-c.git Small update to README file it could be necessary to execute make install --- diff --git a/README.md b/README.md index 3b87fb2c..d16cd475 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ Then: $ make $ make test $ make USE_VALGRIND=0 test # optionally skip using valgrind -$ make install +$ sudo make install # it could be necessary to execute make install ```