From c60c99be134c3d48ac23f816fab6f503e5b56fe2 Mon Sep 17 00:00:00 2001
From: pscalise2 <pscalise2@huskers.unl.edu>
Date: Fri, 1 Nov 2024 23:44:18 -0500
Subject: [PATCH] Update README.md

---
 README.md | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 3fca35f..5fca185 100644
--- a/README.md
+++ b/README.md
@@ -1,17 +1,20 @@
 # UNL ECEN OLED Keychain Project
-![Keychain](assets/keychain.jpg)
-
-# Prerequisites
-Install [Visual Studio Code](ms-windows-store://pdp/?productid=XP9KHM4BK9FZ7Q) if not already installed.
-
+This repository includes the code and build materials to program the UNL ECEN OLED Keychain. JLink Programmer necessary to target the device.
 
+![Keychain](assets/keychain.jpg)
 
 # Cloning the repo
-
+Clone to a known or common directory.
 ```
 git clone --recurse-submodules https://git.unl.edu/pscalise2/py32-keychain.git
 ```
 
+# Prerequisites
+Install [Visual Studio Code](ms-windows-store://pdp/?productid=XP9KHM4BK9FZ7Q) if not already installed.
+
+Install the Cortext-Debug extension in vscode. See image below. Close vscode when the extension is installed.
+![Keychain](assets/debug_extension.jpg)
+
 # Run the setup Puya 32 Environment Setup script (Windows)
 First, open Windows Powershell in *Administrator Mode*. This script will install all of the dependencies for the building, flashing, and debugging of the py32f030x8, and the other PY32 chipsets.
 
@@ -19,6 +22,9 @@ First, open Windows Powershell in *Administrator Mode*. This script will install
 cd py32-keychain\puya-32-environment-setup
 powershell -ExecutionPolicy Bypass -File .\py32-env-setup.ps1 --AcceptSEGGERLicense
 ```
+Once the setup script is complete, restart vscode.
 
+# Build and Program
+ 
 
 More information on manual installation can be found at https://github.com/jaydcarlson/py32-template.
\ No newline at end of file
-- 
GitLab