mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 21:25:42 +12:00
Merge branch 'master' of https://github.com/islehorse/HISP
This commit is contained in:
commit
3105689753
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ and start the server using ``systemctl start hisp``
|
||||||
Set its information into server.properties or the server will just crash on first run /-/
|
Set its information into server.properties or the server will just crash on first run /-/
|
||||||
|
|
||||||
# Building
|
# Building
|
||||||
Building the server from source requires Microsoft .NET Core SDK, targetting version 5.0 https://dotnet.microsoft.com/download/dotnet-core
|
Building the server from source requires Microsoft .NET Core SDK, targetting version 7.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
|
use ``dotnet build`` to build a debug build, (requires .NET Core Runtime) quickly or one of our publishing XML's
|
||||||
ex:
|
ex:
|
||||||
``dotnet publish -p:PublishProfile=Linux64.pubxml`` to to build it standalone.
|
``dotnet publish -p:PublishProfile=Linux64.pubxml`` to to build it standalone.
|
||||||
|
|
Loading…
Add table
Reference in a new issue