From b523f3634f1472f9d4f97816ab389237659e0155 Mon Sep 17 00:00:00 2001 From: Jesse Laprade Date: Thu, 11 Jun 2020 11:30:23 -0400 Subject: [PATCH] added sections --- README.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 47fc364..0e69661 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ tilde.town. # Table of contents + - [Requirements](#requirements) - [Conventions used in this handbook](#conventions-used-in-this-handbook) - [Getting started](#getting-started) @@ -20,9 +21,11 @@ tilde.town. - [For cmdr users](#for-cmdr-users) - [For PuTTY users](#for-putty-users) - [Testing out your command line interface](#testing-out-your-command-line-interface) -- [Understanding your home directory](#understanding-your-home-directory) -- [Understanding directory and file permissions](#understanding-directory-and-file-permissions) -- [Understanding commands](#understanding-commands) +- [Understanding UNIX-related concepts](#understanding-unix-related-concepts) + - [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) - [Basic UNIX commands](#basic-unix-commands) @@ -132,10 +135,14 @@ on a computer sends data somewhere. In this case, the text representing your files and directories is the data, and that text is being sent to your screen. -# Understanding your home directory +# Understanding UNIX-related concepts -# Understanding directory and file permissions +## Understanding your home directory -# Understanding commands +## Understanding directory and file permissions + +## Understanding commands + +## Understanding package managers # Basic UNIX commands