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