From 7a0bbc5e6fdbbdd382a5ea6f485d6a35a820e2b9 Mon Sep 17 00:00:00 2001 From: Moonzz <92029549+mooncodezz@users.noreply.github.com> Date: Sat, 10 Sep 2022 21:45:10 +0700 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 93930f2..8be2fe4 100644 --- a/README.md +++ b/README.md @@ -1 +1,15 @@ -# Tlauncher-for-linux \ No newline at end of file +# Tlauncher-for-linux + +******************************************* +install openjdk + +### For Ubuntu, Debian, and more(apt) +sudo apt-get install openjdk-8-jre + +### For Arch, Manjaro, and more(pacman) +sudo pacman -S jdk-openjdk + +### For Fedora, Oracle, RedHat, and more(dnf) +su -c "yum install java-1.8.0-openjdk" + +run tlauncher.sh