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

---
 README.md | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5fca185..8fb0318 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,19 @@ powershell -ExecutionPolicy Bypass -File .\py32-env-setup.ps1 --AcceptSEGGERLice
 Once the setup script is complete, restart vscode.
 
 # Build and Program
- 
+If the JLink and the target are plugged in you will see the debug panel below.
 
+1. Select 'Run and Debug' on the side menu.
+2. Select 'JLink' from the drop down.
+3. Click the green play button.
+
+This will flash the target, and will begin live debugging.
+![Keychain](assets/program_steps.jpg)
+
+If you want to test compilation of the code without flashing or debugging the target open the terminal in vscode and run:
+
+```
+make
+```
+***
 More information on manual installation can be found at https://github.com/jaydcarlson/py32-template.
\ No newline at end of file
-- 
GitLab