From 44ee1ced97f2d428aa8f4d6b03e70a6573cabe7b Mon Sep 17 00:00:00 2001 From: Miepee <38186597+Miepee@users.noreply.github.com> Date: Tue, 1 Feb 2022 11:00:23 +0100 Subject: [PATCH] Readme: add java package to fedora --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18c0cb7..3c30308 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ On Arch Linux you can install them by running this: ### Fedora On Fedora you can install them by running this command: -`dnf install dotnet-runtime-6.0 libappindicator-gtk3 xdelta mesa-libGL.i686 pulseaudio-libs.1686 openal-soft.i686` +`sudo dnf install dotnet-runtime-6.0 libappindicator-gtk3 xdelta mesa-libGL.i686 pulseaudio-libs.1686 openal-soft.i686 java-latest-openjdk` ### Other distros For other distros refer to your local package manager for instructions.