summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Hawicz <erh+git@nimenees.com>2022-09-13 22:15:48 -0400
committerGitHub <noreply@github.com>2022-09-13 22:15:48 -0400
commit777dd06be83ef7fac71c2218b565557cd068a714 (patch)
treec1ed9f1d67d63e684001e1e4a5da5959e6d8c0b2
parent81f0807b63add9eb57294c7da0cd34ea651f04e1 (diff)
parent84248a7884d33ded1bad03e564d72d172656f0f3 (diff)
downloadjson-c-777dd06be83ef7fac71c2218b565557cd068a714.tar.gz
Merge pull request #790 from Sarcares/patch-1
Small update to README file
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3b87fb2..d16cd47 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
```