From d28dea87c494ec7a6f5d5d9a0f1b18dfd81a0c10 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Tue, 2 Nov 2021 17:15:13 +0000 Subject: [PATCH] add install section to Eyes and Ears doc. --- eyes-and-ears/rtr-eyes-and-ears.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/eyes-and-ears/rtr-eyes-and-ears.md b/eyes-and-ears/rtr-eyes-and-ears.md index 62ed1eb..4cbc7d5 100644 --- a/eyes-and-ears/rtr-eyes-and-ears.md +++ b/eyes-and-ears/rtr-eyes-and-ears.md @@ -139,3 +139,16 @@ various devices within the application itself. The 'Low Light' colour refers to when the light meters (`Factory 1` and `Factory 2`) record 'negative light'. The reason why this happens is beyond the scope of this documentation (and the Eyes and Ears application). + +# Installing Eyes and Ears + +The easiest way to install the program is by downloading a build in +the 'Releases' section on the main (I.E. code) repository: + +- [Eyes and Ears Releases Page](https://git.abbether.net/return-to-ritherdon/eyes-and-ears/releases) + +If you have Visual Studio, you can build from the source code either +by pressing `F5` and or using the `Publish` feature within Visual +Studio. I will not go into detail on how to do this becuase it is a +Visual Studio, .Net, C# and UWP specific concern -- which is outside +the scope of this documentation.