Skip to content

Commit 2b07bc0

Browse files
authored
docs: add AUR package install instructions (#278)
Adds an Arch Linux install section to the README pointing at the community-maintained `codebase-memory-mcp-bin` AUR package, with both yay and paru one-liners. README-only change.
1 parent d27f4aa commit 2b07bc0

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,18 @@ irm https://raw.githubusercontent.com/DeusData/codebase-memory-mcp/main/scripts/
265265

266266
</details>
267267

268+
### AUR (Arch Linux)
269+
270+
```bash
271+
yay -S codebase-memory-mcp-bin
272+
```
273+
274+
```bash
275+
paru -S codebase-memory-mcp-bin
276+
```
277+
278+
The `codebase-memory-mcp-bin` package is available at: https://aur.archlinux.org/packages/codebase-memory-mcp-bin
279+
268280
### Install via Claude Code
269281

270282
```

0 commit comments

Comments
 (0)