From e21db7dbbeb124080b759957066f27d75623b28a Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Sat, 22 Feb 2020 00:09:55 +0900 Subject: [PATCH] Remove linux self-compile recommendation --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0a555027d4..f61f118ea8 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,6 @@ If you are looking to install or test osu! without setting up a development envi | [Windows (x64)](https://github.com/ppy/osu/releases/latest/download/install.exe) | [macOS 10.12+](https://github.com/ppy/osu/releases/latest/download/osu.app.zip) | [Linux (x64)](https://github.com/ppy/osu/releases/latest/download/osu.x86_64.AppImage) | [iOS(iOS 10+)](https://osu.ppy.sh/home/testflight) | [Android (5+)](https://github.com/ppy/osu/releases/latest/download/sh.ppy.osulazer.apk) | ------------- | ------------- | ------------- | ------------- | ------------- | -- **Linux** users are recommended to self-compile until we have official deployment in place. - When running on Windows 7 or 8.1, **[additional prerequisites](https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?tabs=netcore31&pivots=os-windows)** may be required to correctly run .NET Core applications if your operating system is not up-to-date with the latest service packs. If your platform is not listed above, there is still a chance you can manually build it by following the instructions below.