From e17cebdd171906dbd8a16e282d8a7966fba2eeba Mon Sep 17 00:00:00 2001 From: "Matthew D. Scholefield" Date: Tue, 16 Apr 2019 11:57:26 -0500 Subject: [PATCH] Update README for the new binary location --- runner/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runner/README.md b/runner/README.md index e0c36e2..c7ba5f9 100644 --- a/runner/README.md +++ b/runner/README.md @@ -12,7 +12,8 @@ work for a desktop: ```bash ARCH=x86_64 -wget https://github.com/MycroftAI/precise-data/raw/dist/$ARCH/precise-engine.tar.gz +VERSION=0.3.0 +wget https://github.com/MycroftAI/mycroft-precise/releases/download/$VERSION/precise-all_${VERSION}_${ARCH}.tar.gz tar xvf precise-engine.tar.gz ```