„README.md“ ändern
This commit is contained in:
parent
e2db899b6a
commit
70e22cb0ef
15
README.md
15
README.md
|
@ -1,19 +1,14 @@
|
||||||
# lol
|
# lol
|
||||||
|
|
||||||
first edit the bashrc with `vim ~/.bashrc` or if you have a bash_alias `vim ~/.bash_aliases`
|
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`
|
and add there `python3 ~/git/lol/lol.py`.
|
||||||
|
Now restart the terminal.
|
||||||
|
|
||||||
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)
|
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, there you have to press enter).
|
||||||
``` bash
|
``` bash
|
||||||
cd
|
cd
|
||||||
mkdir git
|
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!
|
||||||
---
|
|
||||||
|
|
||||||
or download only the right file
|
|
||||||
``` bash
|
|
||||||
|
|
||||||
```
|
|
Loading…
Reference in New Issue