List out the requirements before starting
Explain, step-by-step, the process.
Include pictures like this:
Include tables like this:
Refer to a single terminal command or term in line such as bash, ls, or sftp debian@192.168.7.2 like this:
Refer to a block of code or set of commands as the following. Be sure to set the language for proper syntax highlighting.
[ sudo dd if=/dev/zero of=${TARGET} bs=1M count=20
sudo sfdisk ${TARGET} <<-__EOF__
1M,12M,0xE,*
13M,,,-
__EOF__ ]
List any TODOs on drafts like the following:
TODO How to configure the toolchain (gcc/g++, linker, etc.) for building basic C/C++ applications
Include any related links at the bottom like so:
sudo apt-get install minicom