diff --git a/README.md b/README.md
index f798a3389a59bca58c36b4e991127438753ffc41..11b3ade3f09980634d8031a7889a3d55b8d62321 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