update README with new instructions.

This commit is contained in:
Jason Kulatunga
2020-08-20 23:52:11 -07:00
parent 5a3a1f4165
commit fa5a2381cc
+2 -2
View File
@@ -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
```