From e09c11a16a12dde4f88b4abbd867626008734a23 Mon Sep 17 00:00:00 2001
From: Zendril <kenneth.s.brooks@gmail.com>
Date: Tue, 4 Feb 2025 21:29:56 -0500
Subject: [PATCH] cleanup for PR

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index f478944..c884f21 100644
--- a/README.md
+++ b/README.md
@@ -173,6 +173,11 @@ zig build -Dn=19 -l
   ...
 ```
 
+To reset the progress (have it run all the exercises that have already been completed):
+```
+zig build -Dreset
+```
+
 ## What's Covered
 
 The primary goal for Ziglings is to cover the core Zig language.