From 1a9a0ddf3c35153fbba2dbe2c500cbd3eda7e18b Mon Sep 17 00:00:00 2001 From: Roger Far Date: Fri, 6 Dec 2024 18:18:04 -0700 Subject: [PATCH] Update README to include the ASP.NET Core Runtime. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e157e61..52f83ac 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Instead of running in Docker you can install it as a service in Windows or Linux ## Windows Service -1. Make sure you have the .NET 9 Runtime installed: [https://dotnet.microsoft.com/download/dotnet/9.0](https://dotnet.microsoft.com/download/dotnet/9.0) +1. Make sure you have the **ASP.NET Core Runtime 9.0.0** installed: [https://dotnet.microsoft.com/download/dotnet/9.0](https://dotnet.microsoft.com/download/dotnet/9.0) 2. Get the latest zip file from the Releases page and extract it to your host. 3. Open the `appsettings.json` file and replace the `LogLevel` `Path` to a path on your host. 4. In `appsettings.json` replace the `Database` `Path` to a path on your host.