From b4fbf044677bdf49e8e44bccc3e10f526668fefb Mon Sep 17 00:00:00 2001 From: watneyzhu <1253349077@qq.com> Date: Sun, 26 Jul 2026 20:12:54 +0800 Subject: [PATCH] fix: update outdated clone URL in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ca28c08..0360cb6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ are very welcome. ## Quick Start ```bash -git clone https://github.com/kinsomwang/ScratchV +git clone https://github.com/ScratchV-Compiler/ScratchV cd ScratchV pip install -e . # install in editable mode pip install tinyfive # optional: assembly verification