Skip to content
Jason Walker edited this page Aug 5, 2014 · 29 revisions

#Syntax

This document assumes a Linux computer with an 'x86_64' architecture
The rest of the tutorial should be conducted in a linux Terminal session

In Github Flavored Markdown, fenced code blocks are optional where as indented code blocks are required to complete the tutorial.

To make the Markdown files bash/shell compatible, a script will add a comment or '#' character to all lines that are NOT indendented with a TAB character.

In text form, all lines starting with a '#' are comments and will not be executed. Therefore, fenced code blocks will be ignored when converted to a bash script.