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**: