From 2c191dd43202199357784665681915cd10f5ac74 Mon Sep 17 00:00:00 2001 From: Omar Jabri <35663665+OmarJabri7@users.noreply.github.com> Date: Thu, 15 Apr 2021 11:30:08 +0100 Subject: [PATCH] Update json install technique --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5eb2692..a6e3a28 100644 --- a/README.md +++ b/README.md @@ -176,8 +176,7 @@ sudo apt-get update && upgrade
`sudo apt-get update && sudo apt-get install -y openalpr openalpr-daemon openalpr-utils libopenalpr-dev`
3. [**JSON Library**](https://github.com/nlohmann/json): (Github page)
- - `git clone https://github.com/nlohmann/json`
+ `sudo apt-get install -y nlohmann-json-dev`
If the above method does not work, please try the following:
a.`git clone https://github.com/nlohmann/json.git`
b.`cd json`