Files
Tlauncher-for-linux/README.md

20 lines
392 B
Markdown
Raw Normal View History

2022-09-10 21:45:10 +07:00
# Tlauncher-for-linux
2022-09-10 21:46:21 +07:00
## install openjdk
2022-09-10 21:52:30 +07:00
#### For Ubuntu, Debian, and more(apt)
`sudo apt-get install openjdk-8-jre`
2022-09-10 21:45:10 +07:00
2022-09-10 21:52:30 +07:00
#### For Arch, Manjaro, and more(pacman)
`sudo pacman -S jdk-openjdk`
2022-09-10 21:45:10 +07:00
2022-09-10 21:52:30 +07:00
#### For Fedora, Oracle, RedHat, and more(dnf)
`su -c "yum install java-1.8.0-openjdk"`
2022-09-10 21:45:10 +07:00
2022-09-10 21:46:21 +07:00
*******************************************
2022-09-10 21:48:56 +07:00
2022-09-10 21:46:21 +07:00
## How To play
2022-09-10 22:08:01 +07:00
`sudo ./tlauncher.sh`
or
`sudo bash ./tlauncher.sh`