Update readme.md

Simplified install instructions for Ubuntu 16.04
This commit is contained in:
Matthew Hill
2016-09-30 12:18:31 -04:00
committed by GitHub
parent 285930b821
commit 0e31964dd8

View File

@@ -98,12 +98,9 @@ Binaries
Pre-compiled Windows binaries can be downloaded on the [releases page] (https://github.com/openalpr/openalpr/releases) Pre-compiled Windows binaries can be downloaded on the [releases page] (https://github.com/openalpr/openalpr/releases)
Install OpenALPR on Ubuntu 14.04 x64 with the following commands: Install OpenALPR on Ubuntu 16.04 with the following commands:
wget -O - http://deb.openalpr.com/openalpr.gpg.key | sudo apt-key add - sudo apt-get update && sudo apt-get install -y openalpr openalpr-daemon openalpr-utils libopenalpr-dev
echo "deb http://deb.openalpr.com/master/ openalpr main" | sudo tee /etc/apt/sources.list.d/openalpr.list
sudo apt-get update
sudo apt-get install openalpr openalpr-daemon openalpr-utils libopenalpr-dev
Documentation Documentation
--------------- ---------------