Merge branch 'master' of ssh://git.johann-brauer.de:222/Johann/lol
This commit is contained in:
commit
e2db899b6a
16
README.md
16
README.md
|
@ -1,5 +1,19 @@
|
||||||
# lol
|
# 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
|
``` 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
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue