From 9936631d766d6887c3565779549a90843f0e4e7e Mon Sep 17 00:00:00 2001 From: Axionyx Date: Sun, 12 Jan 2025 07:59:14 +0100 Subject: [PATCH] Update readme to reflect net9.0 build output --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31e7045..252c0d6 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/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. +Output files will be in `SS14.Changelog/bin/Release/net9.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: