From 7fe48acdaf4491088c56d39d10ec3499b0bbd386 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9D=E3=82=AD?= Date: Sat, 7 Jun 2025 01:58:31 -0700 Subject: [PATCH] docs: update repository URLs in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b448f1..bf22af4 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ pip install songbox Or install from source: ```bash -git clone https://github.com/yourusername/songbox.git +git clone https://git.cubable.date/CustomIcon/songbox cd songbox pip install -e . ``` @@ -248,7 +248,7 @@ for category in results: ### Setting up for Development ```bash -git clone https://github.com/yourusername/songbox.git +git clone https://git.cubable.date/CustomIcon/songbox cd songbox pip install -e ".[dev]" ```