added example to Readme
This commit is contained in:
parent
4bcd9b4b75
commit
922e239c5c
12
README.md
12
README.md
|
@ -12,4 +12,14 @@ mkdir git
|
||||||
cd git
|
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