From 44547317756f1d3b5d6ee05b49c6b1d577b31fda Mon Sep 17 00:00:00 2001 From: Alanscut Date: Tue, 29 Oct 2019 16:14:22 +0800 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06b0de9..7c6ffaf 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ Run this command in the directory with the source code and it will automatically make all ``` -If you want, you can install the compiled library to your system using `make install`. By default it will install the headers in `/usr/local/include/cjson` and the libraries in `/usr/local/lib`. But you can change this behavior by setting the `PREFIX` and `DESTDIR` variables: `make PREFIX=/usr DESTDIR=temp install`. +If you want, you can install the compiled library to your system using `make install`. By default it will install the headers in `/usr/local/include/cjson` and the libraries in `/usr/local/lib`. But you can change this behavior by setting the `PREFIX` and `DESTDIR` variables: `make PREFIX=/usr DESTDIR=temp install`. And uninstall them with: `make PREFIX=/usr DESTDIR=temp uninstall`. ### Including cJSON If you installed it via CMake or the Makefile, you can include cJSON like this: