Skip to content
Snippets Groups Projects
Commit 1f157a10 authored by paulscalise1's avatar paulscalise1
Browse files

adjusted readme

parent 731e3a1e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment