From bb7d2aaf4142ae048ae1a362fc4b799c6dc1e59e Mon Sep 17 00:00:00 2001 From: Johann Date: Thu, 10 Jun 2021 22:49:19 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cedfcf..79946a4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,19 @@ # lol +first edit the bashrc with `vim ~/.bashrc` or if you have a bash_alias `vim ~/.bash_aliases` +and add there `python3 ~/git/lol/lol.py` + +then clone this repo (you can copy all lines and insert in your command line, it will execute the commands automatically with exeption of the last line) ``` bash -test +cd +mkdir git +cd git +git clone https://git.johann-brauer.de:3000/Johann/lol.git +``` + +--- + +or download only the right file +``` bash + ```