update readme.md
This commit is contained in:
parent
02eb365650
commit
c6b605ec96
3 changed files with 9 additions and 27 deletions
36
README.md
36
README.md
|
@ -2,44 +2,26 @@
|
||||||
|
|
||||||
You know, a Christmas tree on Bash :)
|
You know, a Christmas tree on Bash :)
|
||||||
|
|
||||||
![Screenshot](./screenshot.png?raw=true)
|
![Video](./assets/output.gif?raw=true)
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
Via cURL:
|
## Git clone
|
||||||
|
|
||||||
```
|
```sh
|
||||||
# English version
|
git clone https://github.com/sergiolepore/ChristBASHTree.git
|
||||||
curl https://raw.githubusercontent.com/sergiolepore/ChristBASHTree/master/tree-EN.sh | bash
|
cd ./ChristBASHTree
|
||||||
|
bash tree.sh
|
||||||
# Spanish version
|
|
||||||
curl https://raw.githubusercontent.com/sergiolepore/ChristBASHTree/master/tree-ES.sh | bash
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Via Wget:
|
## Docker
|
||||||
|
|
||||||
```
|
```sh
|
||||||
# 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
|
|
||||||
```
|
|
||||||
|
|
||||||
Docker:
|
|
||||||
|
|
||||||
```
|
|
||||||
docker pull sergiolepore/christbashtree:latest
|
docker pull sergiolepore/christbashtree:latest
|
||||||
docker run -it sergiolepore/christbashtree:latest
|
docker run -it sergiolepore/christbashtree:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
Git clone and execute:
|
**Enjoy!**
|
||||||
|
|
||||||
```
|
|
||||||
git clone https://github.com/sergiolepore/ChristBASHTree.git && cd ./ChristBASHTree && bash tree-EN.sh
|
|
||||||
```
|
|
||||||
|
|
||||||
__Enjoy!__
|
|
||||||
|
|
||||||
# FAQ
|
# FAQ
|
||||||
|
|
||||||
|
|
BIN
assets/output.gif
Normal file
BIN
assets/output.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 25 KiB |
Loading…
Reference in a new issue