From de28f6eed3500889dee10cdacf2cf97370c40d1b Mon Sep 17 00:00:00 2001 From: Scott Lamb Date: Fri, 11 Mar 2022 15:37:09 -0800 Subject: [PATCH] point to correct version of install instructions This is particularly important right now. The master branch describes a config file that doesn't exist in the latest release (0.7.1). Fixes #204 --- guide/install.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/guide/install.md b/guide/install.md index 2a74be0..9cc53b4 100644 --- a/guide/install.md +++ b/guide/install.md @@ -12,7 +12,13 @@ via the prebuilt Docker images available for x86-64, arm64, and arm. If you instead want to build Moonfire NVR yourself, see the [Build instructions](build.md). -First, install [Docker](https://www.docker.com/) if you haven't already, +First, make sure you are viewing instructions that match the release you intend +to install. When viewing this page on Github, look for a pull-down in the upper +left, and pick the latest tagged version: + +![Selecting a version of install instructions](install-version.png) + +Next, install [Docker](https://www.docker.com/) if you haven't already, and verify `sudo docker run --rm hello-world` works.