From 5ab13172ff40e3f701fb6354b944053cf402e25a Mon Sep 17 00:00:00 2001 From: Tom Date: Mon, 13 Apr 2026 09:28:29 +0200 Subject: [PATCH] fix: replace placeholder repo URL with correct mixelpixx/KiCAD-MCP-Server --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0826692..72b2abd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,7 +39,7 @@ curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - sudo apt-get install -y nodejs # Clone the repository -git clone https://github.com/yourusername/kicad-mcp-server.git +git clone https://github.com/mixelpixx/KiCAD-MCP-Server.git cd kicad-mcp-server # Install Node.js dependencies @@ -64,7 +64,7 @@ pytest # Install Node.js from https://nodejs.org/ # Clone the repository -git clone https://github.com/yourusername/kicad-mcp-server.git +git clone https://github.com/mixelpixx/KiCAD-MCP-Server.git cd kicad-mcp-server # Install Node.js dependencies @@ -90,7 +90,7 @@ pytest brew install node # Clone the repository -git clone https://github.com/yourusername/kicad-mcp-server.git +git clone https://github.com/mixelpixx/KiCAD-MCP-Server.git cd kicad-mcp-server # Install Node.js dependencies