From 7589664eadb398c89360f6e8395b9c19c4328b48 Mon Sep 17 00:00:00 2001 From: Miepee <38186597+Miepee@users.noreply.github.com> Date: Fri, 7 Jan 2022 09:19:12 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 34bf810..87d1f81 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A front-end application that simplifies installing the latest AM2R-Community-Upd Windows needs the [.NET Framework 4.8 runtime](https://dotnet.microsoft.com/download/dotnet-framework/net48) installed. Linux needs the following dependencies installed: -- [.NET Core 5.0 runtime](https://dotnet.microsoft.com/download/dotnet/5.0) or above +- [.NET Core 5.0 runtime](https://dotnet.microsoft.com/download/dotnet/6.0) or later. .NET Core 6.0 is preferred. - `xdelta3` - `gtk3` - `libappindicator3` @@ -17,8 +17,8 @@ Linux needs the following dependencies installed: - `fuse2` As well as these dependencies to run AM2R: -- `libopenal1:i386` -- `libpulse0:i386` +- 32-bit version of `libpulse` +- 32-bit version of `openal` Optionally, for APK creation any Java runtime is needed.