added example to Readme
This commit is contained in:
parent
4bcd9b4b75
commit
922e239c5c
10
README.md
10
README.md
|
@ -13,3 +13,13 @@ cd git
|
||||||
git clone https://git.johann-brauer.de:3000/Johann/lol.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.
|
||||||
|
```
|
Loading…
Reference in New Issue