From 9ebfce62c5ec5b7e54182713271ddc15222bdcf7 Mon Sep 17 00:00:00 2001 From: Matheus Teixeira Tomaz <49999922+MatheusTT@users.noreply.github.com> Date: Fri, 26 Nov 2021 08:49:17 -0300 Subject: [PATCH] Added a git clone to README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc312dd..b41c9ec 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,15 @@ This is a repo that i made to install TLauncher on Arch Linux directly from thei ## How to install -1. Change the permissions of the script +1. Clone and enter the repo + ```c + git clone https://github.com/MatheusTT/tlauncher-arch.git && cd tlauncher-arch + ``` +2. Change the permissions of the script ```c chmod +x ./install.sh ``` -2. Install tlauncher +3. Install tlauncher ```c ./install.sh ```