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.