From 4f6063f097223324905c8fde8b6c138e4d354a26 Mon Sep 17 00:00:00 2001 From: Skip Grube Date: Wed, 15 Jun 2022 22:16:28 +0000 Subject: [PATCH] Changed expected time to execution --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a91cb95..55ca799 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ How to get a friendly HTML menu comparison of RHEL vs. Rocky (like the one publi 1. Have a subscribed Red Hat Enterprise Linux 8 or 9 machine you are running this on, with root access. 2. Clone or copy this repository on to the subscribed machine. 3. Edit **repo_compare_launcher.sh**, change the **$RESULTSDIR** variable at the top to a folder where you want to store HTML output of the scripts. -4. Run **repo_compare_launcher.sh**. It will take a while, likely between 10-30 minutes. +4. Run **repo_compare_launcher.sh**. It will take a while, likely between 30-60 minutes. 5. Copy the **html/** folder to a web directory of your choice. 6. Copy the resulting HTML files from the RESULTSDIR folder (that you specified earlier) into **html/repocompare_results/** in the same web directory. 7. You can now browse the results via web browser with friendly headers and organized pages.