From 7da54555bc06330b67cdf805bb167b50f9e0e5f2 Mon Sep 17 00:00:00 2001 From: Jesse Laprade Date: Thu, 11 Jun 2020 14:15:09 -0400 Subject: [PATCH] added sections --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0e69661..781bc2e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@ tilde.town. # Table of contents - - [Requirements](#requirements) - [Conventions used in this handbook](#conventions-used-in-this-handbook) - [Getting started](#getting-started) @@ -50,8 +49,7 @@ tilde.town. # Conventions used in this handbook * **Notes** signify additional information. -* **Tips** signify alternative methods to procedures. -* **Examples** provide a visual reference of how a procedure would be carried out in the real world. +* **Tips** signify alternative methods to procedures. * **Examples** provide a visual reference of how a procedure would be carried out in the real world. * **Monospaced font** signifies directory names, file names, file contents, and commands. # Getting started @@ -137,6 +135,16 @@ being sent to your screen. # Understanding UNIX-related concepts +This section will teach you the concepts required to follow further +sections in this handbook. + +This section consists of the following subsections: + +- [Understanding your home directory](#understanding-your-home-directory) +- [Understanding directory and file permissions](#understanding-directory-and-file-permissions) +- [Understanding commands](#understanding-commands) +- [Understanding package managers](#understanding-package-managers) + ## Understanding your home directory ## Understanding directory and file permissions