From f9694155e64029e69302c7e092f17f4d0b9aebb7 Mon Sep 17 00:00:00 2001 From: Flaky Date: Wed, 17 Dec 2025 13:54:09 +0000 Subject: [PATCH] fix build section in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09e7134..11ad642 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ JetBrains Rider is recommended for developing for this project, but Visual Studi ### Building Build with the `dotnet` command line app: -Linux: `dotnet publish -c Release -p:PublishProfile=Linux` -Windows: `dotnet publish -c Release -p:PublishProfile=Linux` +- Linux: `dotnet publish -c Release -p:PublishProfile=Linux` +- Windows: `dotnet publish -c Release -p:PublishProfile=Windows` ## TODO - Localisation - use .resx or .po for translatable strings in UI elements. -- 2.51.2