From 0901c9c28f7e0fecc9636476270805b34d013b4a Mon Sep 17 00:00:00 2001 From: Miepee <38186597+Miepee@users.noreply.github.com> Date: Wed, 5 Jan 2022 17:51:43 +0100 Subject: [PATCH] fix readme formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f161ff8..34bf810 100644 --- a/README.md +++ b/README.md @@ -55,5 +55,5 @@ In order to build for linux, use `dotnet publish AM2RLauncher.Gtk -p:PublishSing You *have* to specify it to build for Ubuntu, even on non-Ubuntu distros, because one of our Dependencies, libgit2sharp fails on the `linux-x64` RID. ## Mac Instructions -You can open the solution with Visual Studio for Mac, but it likely will crash after compliation. Use `dotnet publish AM2RLauncher.Mac -c release` instead. +You can open the solution with Visual Studio for Mac, but it likely will crash after compliation. Use `dotnet publish AM2RLauncher.Mac -c release` instead. Note that Mac is currently **unsupported**. We will try to answer questions, but cannot guarantee to fix issues with Mac.