From fafdafa0220a8c263b42daf4cb283aee691d7bf7 Mon Sep 17 00:00:00 2001 From: Nick Hepler Date: Mon, 14 Oct 2024 17:14:27 -0400 Subject: [PATCH] Add prerequisite for git. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c355ff4..32d7660 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,12 @@ RHELSecureSetup is a Bash script designed to streamline the process of securing sudo dnf install curl ``` +- `git` installed. If not present, you can install it using: + + ```bash + sudo dnf install git + ``` + ## Usage 1. **Clone the repository**: