This commit is contained in:
KS Jannette
2026-02-24 13:51:19 -05:00
parent 8b555bf729
commit 90a19e4525

View File

@@ -26,10 +26,10 @@ Developers may swap in other LLM SDKs/APIs and alter prompt syntax in `backend/s
## Setup ## Setup
### 1. Unzip the project ### 1. Clone the repository
```bash ```bash
unzip kongruity.zip git clone https://github.com/kjannette/kongruity_
cd kongruity cd kongruity
``` ```