From 637b09e61ef01ea6985a7bcae0b17d5d766b8f73 Mon Sep 17 00:00:00 2001 From: Jun Wei Woon Date: Tue, 7 Jul 2020 20:38:33 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=93=20Modified=20Tutorial=20template,?= =?UTF-8?q?=20Modified=20post?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archetypes/tutorial.md | 3 +++ content/en/posts/nbs.md | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/archetypes/tutorial.md b/archetypes/tutorial.md index 72fafe7..9139f7c 100644 --- a/archetypes/tutorial.md +++ b/archetypes/tutorial.md @@ -25,6 +25,9 @@ image: ## Why <++> +# Dependencies +<++> + # Code <++> diff --git a/content/en/posts/nbs.md b/content/en/posts/nbs.md index 11587de..0fbb3f4 100644 --- a/content/en/posts/nbs.md +++ b/content/en/posts/nbs.md @@ -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