From f3031aaec585ceb1a98a2868e49a271431f3e329 Mon Sep 17 00:00:00 2001 From: Bluzume <39113159+KuromeSan@users.noreply.github.com> Date: Mon, 1 Feb 2021 23:13:21 +1300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1e089ed..64c25fb 100755 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ Alot of features don't work atm but it gets in game and let's you do a few thing # Building Building the server from source requires Microsoft .NET Core SDK, targetting version 5.0 https://dotnet.microsoft.com/download/dotnet-core + use ``dotnet build`` to build a debug build, (requires .NET Core Runtime) quickly or one of our publishing XML's + see: ``dotnet publish -p:PublishProfile=Linux64.pubxml`` to to build it standalone. # Web Server Theres a bunch of saved files from the Horse Isle 1.0 website, as well as some basic functionality to make it work