From 731e3a1e6362a2c374fb19d806526cea37cfcbf7 Mon Sep 17 00:00:00 2001
From: pscalise2 <pscalise2@huskers.unl.edu>
Date: Mon, 17 Feb 2025 19:20:20 -0600
Subject: [PATCH] Edit README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a3bdfbc..f798a33 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ Click the appropriate link to download and install the ARM GCC compiler here for
 
 [macOS ARM GCC Compiler](https://developer.arm.com/-/media/Files/downloads/gnu-rm/10.3-2021.10/gcc-arm-none-eabi-10.3-2021.10-mac.pkg?rev=b382d51ec8d34c3fa421cf57ce97f146&hash=E3B897C8DA0E3E56C151F397C004104F00AE2EB8)
 
-Open the downloaded software and follow the instructions in the installer.
+The download may take 30 seconds to a minute. Open the downloaded software and follow the instructions in the installer.
 
 ## Make
 We will now install the last dependency for this project called Make, which allows us to easily build a binary file for the keychain.
-- 
GitLab