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 :)
|
||||
|
||||
![Screenshot](./screenshot.png?raw=true)
|
||||
![Video](./assets/output.gif?raw=true)
|
||||
|
||||
# Usage
|
||||
|
||||
Via cURL:
|
||||
## Git clone
|
||||
|
||||
```
|
||||
# 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
|
||||
```sh
|
||||
git clone https://github.com/sergiolepore/ChristBASHTree.git
|
||||
cd ./ChristBASHTree
|
||||
bash tree.sh
|
||||
```
|
||||
|
||||
Via Wget:
|
||||
## Docker
|
||||
|
||||
```
|
||||
# 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:
|
||||
|
||||
```
|
||||
```sh
|
||||
docker pull sergiolepore/christbashtree:latest
|
||||
docker run -it sergiolepore/christbashtree:latest
|
||||
```
|
||||
|
||||
Git clone and execute:
|
||||
|
||||
```
|
||||
git clone https://github.com/sergiolepore/ChristBASHTree.git && cd ./ChristBASHTree && bash tree-EN.sh
|
||||
```
|
||||
|
||||
__Enjoy!__
|
||||
**Enjoy!**
|
||||
|
||||
# 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