From 1b78dadf34c3229f537dd145dd00386e48e3111f Mon Sep 17 00:00:00 2001 From: mmichlol Date: Fri, 6 Feb 2026 17:25:49 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index baf86b1..7ad25f9 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ ## 🛠️ Usage 1. Download the latest release from the [Releases](../../releases) page. 2. Unzip the archive to C:/PCC/ -3. Run `start.bat` as Administrator. +3. Run `setup.bat` as Administrator. 4. Compile your code: `PCC.exe code.pcc`. ---