Skip to content

Commit 93cd5cf

Browse files
committed
Revert "Add one-line installer script with macOS signing fix"
This reverts commit 45eb6d4.
1 parent 45eb6d4 commit 93cd5cf

2 files changed

Lines changed: 1 addition & 209 deletions

File tree

README.md

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,6 @@ High-quality parsing through [tree-sitter](https://tree-sitter.github.io/tree-si
3333

3434
## Quick Start
3535

36-
**One-line install** (macOS / Linux):
37-
```bash
38-
curl -fsSL https://raw.githubusercontent.com/DeusData/codebase-memory-mcp/main/install.sh | bash
39-
```
40-
41-
With graph visualization UI:
42-
```bash
43-
curl -fsSL https://raw.githubusercontent.com/DeusData/codebase-memory-mcp/main/install.sh | bash -s -- --ui
44-
```
45-
46-
Restart your coding agent. Say **"Index this project"** — done.
47-
48-
<details>
49-
<summary>Manual install</summary>
50-
5136
1. **Download** the binary for your platform from the [latest release](https://github.com/DeusData/codebase-memory-mcp/releases/latest):
5237
- `codebase-memory-mcp-<os>-<arch>.tar.gz` — standard (MCP server only)
5338
- `codebase-memory-mcp-ui-<os>-<arch>.tar.gz` — with embedded graph visualization
@@ -59,15 +44,7 @@ Restart your coding agent. Say **"Index this project"** — done.
5944
codebase-memory-mcp install
6045
```
6146

62-
3. **Restart** your coding agent.
63-
64-
On macOS, if the binary is killed on launch, fix code signing:
65-
```bash
66-
xattr -d com.apple.quarantine ~/.local/bin/codebase-memory-mcp
67-
xattr -d com.apple.provenance ~/.local/bin/codebase-memory-mcp
68-
codesign --force --sign - ~/.local/bin/codebase-memory-mcp
69-
```
70-
</details>
47+
3. **Restart** your coding agent. Say **"Index this project"** — done.
7148

7249
The `install` command auto-detects all installed coding agents and configures MCP server entries, instruction files, skills, and pre-tool hooks for each.
7350

install.sh

Lines changed: 0 additions & 185 deletions
This file was deleted.

0 commit comments

Comments
 (0)