Update README.md

Fixes build instructions.
This commit is contained in:
Kamron Batman 2020-05-06 23:04:11 -07:00 committed by GitHub
parent 5ca7652125
commit e138706536
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,11 @@ ModernUO [![Discord](https://img.shields.io/discord/458277173208547350?logo=disc
- [.NET Core 3.1 SDK](https://dotnet.microsoft.com/download/dotnet-core/3.1)
#### Publishing
`Tools/publish.sh <linux|osx|win> [Release|Debug]`
OSX/Linux
- `./Tools/publish.sh [linux|osx|win] [Release|Debug (default: Release)]`
Windows
- `Tools\publish.cmd [linux|osx|win] [Release|Debug (default: Release)]`
## Deploying / Running Server
- Follow the [publish](https://github.com/modernuo/ModernUO#publishing-a-build) instructions