Skip to content

Commit

Permalink
Update readme to reflect net9.0 build output
Browse files Browse the repository at this point in the history
  • Loading branch information
NullWanderer committed Jan 12, 2025
1 parent d794a21 commit 9936631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 9936631

Please sign in to comment.