Skip to content

Commit

Permalink
Change docs example to dotnet 8 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
VasilisThePikachu authored Mar 11, 2024
1 parent 18e5f40 commit b2fc306
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/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:

Expand Down

0 comments on commit b2fc306

Please sign in to comment.