diff --git a/README.md b/README.md index 2fb37c9..95a87ee 100644 --- a/README.md +++ b/README.md @@ -74,8 +74,7 @@ Open the solution with Visual Studio 2019. Alternatively, build via `dotnet build` / the `buildAll` batch file. ## Linux Instructions -In order to build for linux, use `dotnet publish AM2RLauncher.Gtk -p:PublishSingleFile=true -p:DebugType=embedded -c release -r ubuntu.18.04-x64 --no-self-contained`, MonoDevelop sadly doesn't work. -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. +In order to build for linux, use `dotnet publish AM2RLauncher.Gtk -p:PublishSingleFile=true -p:DebugType=embedded -c release -r linux-x64 --no-self-contained`, MonoDevelop sadly doesn't work. ### Arch Linux An `am2rlauncher-git` [AUR Package](https://aur.archlinux.org/packages/am2rlauncher-git/) also exists.