Update README
This commit is contained in:
parent
c0bb7db10c
commit
b4139b46da
1 changed files with 26 additions and 0 deletions
26
README.md
26
README.md
|
@ -4,4 +4,30 @@ You know, a Christmas tree on Bash :)
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
|
Via cURL:
|
||||||
|
|
||||||
|
```
|
||||||
|
# English version
|
||||||
|
curl https://raw.githubusercontent.com/sergiolepore/ChristBASHTree/master/tree-EN.sh | bash
|
||||||
|
|
||||||
|
# Spanish version
|
||||||
|
curl https://raw.githubusercontent.com/sergiolepore/ChristBASHTree/master/tree-ES.sh | bash
|
||||||
|
```
|
||||||
|
|
||||||
|
Via Wget:
|
||||||
|
|
||||||
|
```
|
||||||
|
# English version
|
||||||
|
wget -qO- https://raw.githubusercontent.com/sergiolepore/ChristBASHTree/master/tree-EN.sh | bash
|
||||||
|
|
||||||
|
# Spanish version
|
||||||
|
wget -qO- https://raw.githubusercontent.com/sergiolepore/ChristBASHTree/master/tree-ES.sh | bash
|
||||||
|
```
|
||||||
|
|
||||||
|
Git clone and execute:
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone https://github.com/sergiolepore/ChristBASHTree.git && cd ./ChristBASHTree && bash tree-EN.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
__Enjoy!__
|
||||||
|
|
Loading…
Reference in a new issue