Fixed tlauncher not launching and added a warning at the README.md

This commit is contained in:
MatheusTT
2024-11-16 21:57:42 -03:00
parent 5839bd58d4
commit f8dfcc96b6
3 changed files with 41 additions and 35 deletions

View File

@@ -1,28 +1,27 @@
# TLauncher
This is a repo that i made to install TLauncher on Arch Linux directly from their [site](https://tlauncher.org/).
### Warning !
This script is only a tool to facilitate the download of TLauncher. The use of TLauncher is entirely at your own risk. I am not responsible for any issues that may arise from the use of TLauncher. If you are curious about why this warning even exists, see [this](https://github.com/MatheusTT/tlauncher-arch/issues/1) issue.
## How to install
1. Clone and enter the repo
```c
```bash
git clone https://github.com/MatheusTT/tlauncher-arch.git && cd tlauncher-arch
```
2. Change the permissions of the script
```c
```bash
chmod +x ./install.sh
```
3. Install tlauncher
```c
```bash
./install.sh
```
## Or you can simply do this:
```c
wget https://pastebin.com/raw/TUgwsQdx -O - | tr -d '\r' | sh
```
## Usage
After the installation, you can just type `tlauncher` in the terminal to launch tlauncher.
If you wanna update type `tlauncher --update` or `tlauncher -u`, for downloading the last version of tlauncher _(It's not the best way of doing this, but it will do it for now)_.
If you wanna remove TLauncher from your system type `tlauncher --remove` or `tlauncher -r`, and then the tlauncher files will be removed and you can opt to remove the java packages, and/or the $HOME/.tlauncher dir.
If you wanna remove TLauncher from your system type `tlauncher --remove` or `tlauncher -r`, and then the tlauncher files will be removed and you can opt to remove the java packages, and/or the $HOME/.tlauncher dir.