From dc82735e65c6306c95621f2af7bca6912f0ad797 Mon Sep 17 00:00:00 2001 From: Moonzz <92029549+mooncodezz@users.noreply.github.com> Date: Sat, 10 Sep 2022 21:52:30 +0700 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a8421c4..5e03077 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # Tlauncher-for-linux ## install openjdk -### For Ubuntu, Debian, and more(apt) -sudo apt-get install openjdk-8-jre +#### 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 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" +#### For Fedora, Oracle, RedHat, and more(dnf) +`su -c "yum install java-1.8.0-openjdk"` *******************************************