From b2fc3064ef535b426aefdae2bd6fe0d6d8c86b72 Mon Sep 17 00:00:00 2001 From: Vasilis Date: Mon, 11 Mar 2024 16:54:55 +0100 Subject: [PATCH] Change docs example to dotnet 8 (#9) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 796cece..75b97c2 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ First, compile for whatever you're going to host this on: dotnet publish -c Release --no-self-contained -r linux-x64 ``` -Output files will be in `SS14.Changelog/bin/Release/net5.0/linux-x64/publish/` or something like that. Put them on your server somewhere. Have it run as a daemon, and expose its port to the internet via a reverse proxy or something, and wire stuff up on GitHub. +Output files will be in `SS14.Changelog/bin/Release/net8.0/linux-x64/publish/` or something like that. Put them on your server somewhere. Have it run as a daemon, and expose its port to the internet via a reverse proxy or something, and wire stuff up on GitHub. For reference, this is what the file layout on our server looks like: