From d6f9fdce5f43fb775291615c38fc2a597092e17d Mon Sep 17 00:00:00 2001 From: Aiden Gerbrandt Date: Thu, 12 Mar 2026 21:14:55 -0500 Subject: [PATCH] moved table of contents to the top --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1ef8779..956ba6d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ # RRC Cybersecurity on Linux +## Table of Contents +1. [Choosing a Linux distribution](distributions.md) (version) +2. Software + 1. [Microsoft M365 Suite](Software/M365.md) (Teams, Word, Excel, ect) + 2. [PostgreSQL](Software/Postgresql.md) + 3. [VirtualBox](Software/VirtualBox.md) + 4. [Virtual Machine Manager](Software/VirtualMachineManager.md) (virt-manager) + 5. [VMWare Workstation](Software/VMWareWorkstation.md) +3. Tools + ## Preamble Hello! My name is Aiden, currently a student in RRC's Cybersecurity Program. As of writing this, the program only officially supports students have Windows computers, which to be clear, is an entirely reasonable decision. @@ -15,13 +25,3 @@ In this documentation you will find documents outlining the various software uti In some cases I have also highlighted alternatives that tend to function better on Linux where a specific program was not required. I also go over setting up and using various tools that may be referenced by some installation guides. - -## Table of Contents -1. [Choosing a Linux distribution](distributions.md) (version) -2. Software - 1. [Microsoft M365 Suite](Software/M365.md) (Teams, Word, Excel, ect) - 2. [PostgreSQL](Software/Postgresql.md) - 3. [VirtualBox](Software/VirtualBox.md) - 4. [Virtual Machine Manager](Software/VirtualMachineManager.md) (virt-manager) - 5. [VMWare Workstation](Software/VMWareWorkstation.md) -3. Tools