Skip to content

Commit

Permalink
Update json install technique
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarJabri7 authored Apr 15, 2021
1 parent 207dcd4 commit 2c191dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,7 @@ sudo apt-get update && upgrade<br>
`sudo apt-get update && sudo apt-get install -y openalpr openalpr-daemon openalpr-utils libopenalpr-dev`<br>

3. [**JSON Library**](https://github.com/nlohmann/json): (Github page)<br>

`git clone https://github.com/nlohmann/json`<br>
`sudo apt-get install -y nlohmann-json-dev`<br>
If the above method does not work, please try the following:<br>
a.`git clone https://github.com/nlohmann/json.git`<br>
b.`cd json`<br>
Expand Down

0 comments on commit 2c191dd

Please sign in to comment.