From f919f77a8db7bd2f9c13ec175b274eccc010bc2b Mon Sep 17 00:00:00 2001 From: "Hunter T." Date: Mon, 30 Dec 2024 12:32:46 -0800 Subject: [PATCH] docs: update README.md Signed-off-by: Hunter T. --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 67b3464..a5a8770 100644 --- a/README.md +++ b/README.md @@ -12,15 +12,18 @@ This repository is a collection of scripts designed to secure/harden Linux based ### Downloading -All you need to do is download the repository. There are no binaries or anything to install. +All you need to do is download this repository to your local machine: `git clone https://github.com/StrangeRanger/linux-security-scripts` ## Usage -A majority of the scripts will require root privilege to be executed: +> [!NOTE] +> Some of the scripts in this repository require root privileges to run. You can run the scripts with the `sudo` command to give them the necessary permissions. -`sudo ./[script name]` OR `sudo bash [script name]` +You can run the scripts in this repository by using the following command: + +`./[script name]` OR `bash [script name]` ## Tested On