From fa5a2381ccd9bc95c1458669e350fbe80dd84337 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Thu, 20 Aug 2020 23:52:11 -0700 Subject: [PATCH] update README with new instructions. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96435d4..5249b16 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,10 @@ Scrutiny is a simple but focused application, with a couple of core features: > Until our Sponsor goal is reached, we are unable to use Docker Hub. In the meantime, Scrutiny Docker Image(s) will be attached to the latest [Scrutiny Github Release](https://github.com/AnalogJHQ/scrutiny/releases) -Download the `docker-analogj-scrutiny-v0.1.0.tar` file, and load it into your Docker daemon: +Download the `docker-analogj-scrutiny-v0.1.2.tar` file, and load it into your Docker daemon: ```bash -docker load < docker-analogj-scrutiny-v0.1.0.tar +docker load < docker-analogj-scrutiny-v0.1.2.tar docker images | grep analogj/scrutiny ```