From 1f157a10105f6cd2d0f1bec3f54db94d4c93acc4 Mon Sep 17 00:00:00 2001
From: paulscalise1 <93959622+paulscalise1@users.noreply.github.com>
Date: Mon, 17 Feb 2025 19:39:25 -0600
Subject: [PATCH] adjusted readme

---
 README.md | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index f798a33..11b3ade 100644
--- a/README.md
+++ b/README.md
@@ -10,8 +10,11 @@ git clone --recurse-submodules https://git.unl.edu/pscalise2/py32-keychain.git
 ```
 
 # Prerequisites
-## Visual Studio Code
-Install [Visual Studio Code](ms-windows-store://pdp/?productid=XP9KHM4BK9FZ7Q) if not already installed.
+## Download Visual Studio Code for your system, macOS or Windows, if not already installed.
+
+[Windows Visual Studio Code](ms-windows-store://pdp/?productid=XP9KHM4BK9FZ7Q)
+
+[macOS Visual Studio Code](https://code.visualstudio.com/sha/download?build=stable&os=darwin-universal)
 
 Now we need two additional tools, the ARM GCC compiler, and Make.
 
@@ -28,9 +31,9 @@ The download may take 30 seconds to a minute. Open the downloaded software and f
 We will now install the last dependency for this project called Make, which allows us to easily build a binary file for the keychain.
 
 ### Windows
-Open Powershell as an Administrator and run the following command:
+Open PowerShell and run the following command:
 ```
-winget install GnuWin32.GNU.Make
+winget install ezwinports.make
 ```
 
 ### macOS
-- 
GitLab