From e30ca9dbc204079dfa3d28cd2b64182be35fd227 Mon Sep 17 00:00:00 2001 From: Matheus Teixeira Tomaz Date: Tue, 14 Sep 2021 10:22:14 -0300 Subject: [PATCH] Added README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d538cc5 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# TLauncher +This is a repo that i made to install TLauncher on Arch Linux directly from their [site](https://tlauncher.org/), but i didn't figure it out yet how to update TLauncher. + +## How to install + +1. +```c +chmod +x ./install.sh +``` +2. +```c +./install.sh +``` \ No newline at end of file