Skip to content

Commit f919f77

Browse files
docs: update README.md
Signed-off-by: Hunter T. <strangeranger@hthompson.dev>
1 parent 8701511 commit f919f77

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,18 @@ This repository is a collection of scripts designed to secure/harden Linux based
1212

1313
### Downloading
1414

15-
All you need to do is download the repository. There are no binaries or anything to install.
15+
All you need to do is download this repository to your local machine:
1616

1717
`git clone https://github.com/StrangeRanger/linux-security-scripts`
1818

1919
## Usage
2020

21-
A majority of the scripts will require root privilege to be executed:
21+
> [!NOTE]
22+
> 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.
2223
23-
`sudo ./[script name]` OR `sudo bash [script name]`
24+
You can run the scripts in this repository by using the following command:
25+
26+
`./[script name]` OR `bash [script name]`
2427

2528
## Tested On
2629

0 commit comments

Comments
 (0)