Skip to content

Commit f35e396

Browse files
committed
docs: Fix install URL to use master branch
GitHub raw URLs use 'master' not 'main' for this repository.
1 parent b961258 commit f35e396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The launcher script handles everything automatically - installation, updates, an
4545

4646
```bash
4747
# Quick install and add to Claude
48-
curl -fsSL https://raw.githubusercontent.com/mkreyman/mcp-memory-keeper/main/install.sh | bash
48+
curl -fsSL https://raw.githubusercontent.com/mkreyman/mcp-memory-keeper/master/install.sh | bash
4949

5050
# Then add to Claude (using the path shown by installer)
5151
claude mcp add memory-keeper "$HOME/.local/mcp-servers/memory-keeper/launcher.sh"

0 commit comments

Comments
 (0)