📓 Modified Tutorial template, Modified post

This commit is contained in:
Jun Wei Woon 2020-07-07 20:38:33 +08:00
parent a4723d5022
commit 637b09e61e
2 changed files with 9 additions and 0 deletions

View File

@ -25,6 +25,9 @@ image:
## Why
<++>
# Dependencies
<++>
# Code
<++>

View File

@ -42,6 +42,12 @@ In my work flow, the creation of bash script for my system usually contains a fe
A bash script would be able to automate these steps by using a single command.
# Dependencies
These dependencies should already be installed in your system.
* Unix Shell (Bash/ZSH)
* Editor (Vim/Nano/etc.)
# Code
## Introduction