From 0e31964dd84fc52d0f890ccb287d5ae7e6cb2749 Mon Sep 17 00:00:00 2001 From: Matthew Hill Date: Fri, 30 Sep 2016 12:18:31 -0400 Subject: [PATCH] Update readme.md Simplified install instructions for Ubuntu 16.04 --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4ebdebe..25ec844 100644 --- a/README.md +++ b/README.md @@ -98,12 +98,9 @@ Binaries 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 - - 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 + sudo apt-get update && sudo apt-get install -y openalpr openalpr-daemon openalpr-utils libopenalpr-dev Documentation ---------------