added example to Readme

This commit is contained in:
Johann 2021-06-14 08:54:25 +02:00
parent 4bcd9b4b75
commit 922e239c5c
1 changed files with 11 additions and 1 deletions

View File

@ -12,4 +12,14 @@ mkdir git
cd git
git clone https://git.johann-brauer.de:3000/Johann/lol.git
```
Now you can type `lol` and see what you get - have fun!
Now you can type `lol` and see what you get - have fun!
---
## Sample Output
``` bash
user@pc:~$ lol
why do python programmers wear glasses?
Because they can't C.
```