From b3e9c91689dcafee316567e50ca45f7afbba1b9b Mon Sep 17 00:00:00 2001 From: sleevezipper Date: Sat, 9 Jan 2021 14:18:48 +0100 Subject: [PATCH] update the installation instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9d24623..27805d3 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ Note: You'll get a Windows Smartscreen warning because the code was self signed. ### Standalone +You'll need [.NET 5 Runtime](https://dotnet.microsoft.com/download/dotnet/current/runtime) installed. + If you don't want to use the installer, you can find the standalone version releases on GitHub [here](https://github.com/sleevezipper/hass-workstation-service/releases). Unpack all files to a folder and run `hass-workstation-service.exe`. This is the background service and you can use `UserInterface.exe` to configure the service. There is no automatic (or prompted) updating in the standalone version. ### Updating