Changed urls for gitea
This commit is contained in:
parent
cfbc0d6a8b
commit
39ae3df31b
1 changed files with 11 additions and 5 deletions
16
README.md
16
README.md
|
@ -10,20 +10,26 @@ Via cURL:
|
|||
|
||||
```
|
||||
# English version
|
||||
curl https://raw.githubusercontent.com/sergiolepore/ChristBASHTree/master/tree-EN.sh | bash
|
||||
curl https://git.sp-codes.de/denyskon/ChristBASHTree/raw/branch/master/tree-EN.sh | bash
|
||||
|
||||
# Spanish version
|
||||
curl https://raw.githubusercontent.com/sergiolepore/ChristBASHTree/master/tree-ES.sh | bash
|
||||
curl https://git.sp-codes.de/denyskon/ChristBASHTree/raw/branch/master/tree-ES.sh | bash
|
||||
|
||||
# German version
|
||||
curl https://git.sp-codes.de/denyskon/ChristBASHTree/raw/branch/master/tree-DE.sh | bash
|
||||
```
|
||||
|
||||
Via Wget:
|
||||
|
||||
```
|
||||
# English version
|
||||
wget -qO- https://raw.githubusercontent.com/sergiolepore/ChristBASHTree/master/tree-EN.sh | bash
|
||||
wget -qO- https://git.sp-codes.de/denyskon/ChristBASHTree/raw/branch/master/tree-EN.sh | bash
|
||||
|
||||
# Spanish version
|
||||
wget -qO- https://raw.githubusercontent.com/sergiolepore/ChristBASHTree/master/tree-ES.sh | bash
|
||||
wget -qO- https://git.sp-codes.de/denyskon/ChristBASHTree/raw/branch/master/tree-ES.sh | bash
|
||||
|
||||
# German version
|
||||
wget -qO- https://git.sp-codes.de/denyskon/ChristBASHTree/raw/branch/master/tree-DE.sh | bash
|
||||
```
|
||||
|
||||
Docker:
|
||||
|
@ -36,7 +42,7 @@ docker run -it sergiolepore/christbashtree:latest
|
|||
Git clone and execute:
|
||||
|
||||
```
|
||||
git clone https://github.com/sergiolepore/ChristBASHTree.git && cd ./ChristBASHTree && bash tree-EN.sh
|
||||
git clone https://git.sp-codes.de/denyskon/ChristBASHTree.git && cd ./ChristBASHTree && bash tree-EN.sh
|
||||
```
|
||||
|
||||
__Enjoy!__
|
||||
|
|
Loading…
Reference in a new issue