From e1387065360e9ecb1427396bc174b208dae9c36b Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Wed, 6 May 2020 23:04:11 -0700 Subject: [PATCH] Update README.md Fixes build instructions. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f68aefbe8..ba614ac6f 100644 --- a/README.md +++ b/README.md @@ -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 [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