From dff962974f564e412618b4ad0e468b5ff5e166b1 Mon Sep 17 00:00:00 2001 From: may Date: Thu, 18 Dec 2025 21:31:00 +1000 Subject: [PATCH] fix(readme): fix command in compilation section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 881c683..dd6ae22 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Since I lack a USB Vendor ID, I cannot distribute the binaries of muse2040 as it The `thumbv6m-none-eabi` target is required to build muse2040. You can add it by running the command `rustup target add thumbv6m-none-eabi`. -Clone the repository with `https://git.girlcock.wang/may/muse2040` and enter it with `cd muse2040`. +Clone the repository with `git clone https://git.girlcock.wang/may/muse2040` and enter it with `cd muse2040`. #### Direct Flashing