Added Turkish versions
This commit is contained in:
parent
0096afab10
commit
90af8bb39b
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -14,6 +14,9 @@ curl https://raw.githubusercontent.com/sergiolepore/ChristBASHTree/master/tree-E
|
||||||
|
|
||||||
# Spanish version
|
# Spanish version
|
||||||
curl https://raw.githubusercontent.com/sergiolepore/ChristBASHTree/master/tree-ES.sh | bash
|
curl https://raw.githubusercontent.com/sergiolepore/ChristBASHTree/master/tree-ES.sh | bash
|
||||||
|
|
||||||
|
# Turkish version
|
||||||
|
curl https://raw.githubusercontent.com/sergiolepore/ChristBASHTree/master/tree-TR.sh | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
Via Wget:
|
Via Wget:
|
||||||
|
@ -24,6 +27,9 @@ wget -qO- https://raw.githubusercontent.com/sergiolepore/ChristBASHTree/master/t
|
||||||
|
|
||||||
# Spanish version
|
# Spanish version
|
||||||
wget -qO- https://raw.githubusercontent.com/sergiolepore/ChristBASHTree/master/tree-ES.sh | bash
|
wget -qO- https://raw.githubusercontent.com/sergiolepore/ChristBASHTree/master/tree-ES.sh | bash
|
||||||
|
|
||||||
|
# Turkish version
|
||||||
|
wget -qO- https://raw.githubusercontent.com/sergiolepore/ChristBASHTree/master/tree-TR.sh | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
Docker:
|
Docker:
|
||||||
|
@ -36,7 +42,14 @@ docker run -it sergiolepore/christbashtree:latest
|
||||||
Git clone and execute:
|
Git clone and execute:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
#English version
|
||||||
git clone https://github.com/sergiolepore/ChristBASHTree.git && cd ./ChristBASHTree && bash tree-EN.sh
|
git clone https://github.com/sergiolepore/ChristBASHTree.git && cd ./ChristBASHTree && bash tree-EN.sh
|
||||||
|
|
||||||
|
#Spanish version
|
||||||
|
git clone https://github.com/sergiolepore/ChristBASHTree.git && cd ./ChristBASHTree && bash tree-ES.sh
|
||||||
|
|
||||||
|
#Turkish version
|
||||||
|
git clone https://github.com/sergiolepore/ChristBASHTree.git && cd ./ChristBASHTree && bash tree-TR.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
__Enjoy!__
|
__Enjoy!__
|
||||||
|
|
Loading…
Reference in a new issue