Update openalpr.markdown

This commit is contained in:
Pascal Vizeli 2016-10-01 22:41:32 +02:00 committed by GitHub
parent 2980a314e3
commit ff0e8dcfab

View File

@ -31,7 +31,7 @@ On a debian system you can use this cmake command to build only the command line
cmake -DWITH_TEST=FALSE -DWITH_BINDING_JAVA=FALSE --DWITH_BINDING_PYTHON=FALSE --DWITH_BINDING_GO=FALSE -DWITH_DAEMON=FALSE -DCMAKE_INSTALL_PREFIX:PATH=/usr
```
Verify you alpr installation with:
Verify your alpr installation with:
```
wget -O- -q http://plates.openalpr.com/h786poj.jpg | alpr -
```