From c66c7e889d0f866a427c68203c69c90b033bcd28 Mon Sep 17 00:00:00 2001 From: Matthew Hill Date: Sat, 4 Oct 2014 21:13:06 -0400 Subject: [PATCH 1/3] Updated Install Instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 70028a0..851455c 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,12 @@ Pre-compiled binaries are located here: https://github.com/openalpr/openalpr/rel These are typically built with each new release. +Install OpenALPR on Ubuntu 14.04 x64 with the following commands: + + sudo echo "deb [arch=amd64] http://deb.openalpr.com/opensource/ openalpr main" > /etc/apt/sources.list.d/openalpr.list + sudo apt-get update + sudo apt-get install openalpr + Compiling ----------- From cec33621ce1c5502075b9cc710a8947284c6a43c Mon Sep 17 00:00:00 2001 From: Matthew Hill Date: Sat, 4 Oct 2014 21:20:57 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 851455c..b051e5d 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ These are typically built with each new release. Install OpenALPR on Ubuntu 14.04 x64 with the following commands: - sudo echo "deb [arch=amd64] http://deb.openalpr.com/opensource/ openalpr main" > /etc/apt/sources.list.d/openalpr.list + echo "deb [arch=amd64] http://deb.openalpr.com/opensource/ openalpr main" | sudo tee /etc/apt/sources.list.d/openalpr.list sudo apt-get update sudo apt-get install openalpr From 948bf5eea44bce87ddf9d89f016a5f0c419a6b3b Mon Sep 17 00:00:00 2001 From: Matthew Hill Date: Sat, 4 Oct 2014 21:33:34 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b051e5d..f51a184 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ These are typically built with each new release. Install OpenALPR on Ubuntu 14.04 x64 with the following commands: - echo "deb [arch=amd64] http://deb.openalpr.com/opensource/ openalpr main" | sudo tee /etc/apt/sources.list.d/openalpr.list + echo "deb [arch=amd64] 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