Skip to content

Commit 7c85c29

Browse files
committed
Fix remaining repository URLs in installation docs
1 parent ac668c1 commit 7c85c29

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/INSTALLATION.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
### Method 1: Automated Installation (Recommended)
1717

1818
```bash
19-
git clone https://github.com/yourusername/ableton-mcp-remote.git
20-
cd ableton-mcp-remote
19+
git clone https://github.com/Ziforge/ableton-liveapi-tools.git
20+
cd ableton-liveapi-tools
2121
bash install.sh
2222
```
2323

@@ -171,8 +171,8 @@ For development and debugging:
171171

172172
1. Clone repository:
173173
```bash
174-
git clone https://github.com/yourusername/ableton-mcp-remote.git
175-
cd ableton-mcp-remote
174+
git clone https://github.com/Ziforge/ableton-liveapi-tools.git
175+
cd ableton-liveapi-tools
176176
```
177177

178178
2. Create symlink to Remote Scripts directory:

0 commit comments

Comments
 (0)