fix: update GitHub repository links to point to the new repository (#423)

This commit is contained in:
samanhappy
2025-11-03 17:04:49 +08:00
committed by GitHub
parent e63f045819
commit 602b5cb80e
5 changed files with 8 additions and 8 deletions

View File

@@ -78,7 +78,7 @@ git clone https://github.com/YOUR_USERNAME/mcphub.git
cd mcphub
# 2. Add upstream remote
git remote add upstream https://github.com/mcphub/mcphub.git
git remote add upstream https://github.com/samanhappy/mcphub.git
# 3. Install dependencies
pnpm install