Skip to content

Commit db3f60c

Browse files
authored
README.md aktualisieren
1 parent d33b9e4 commit db3f60c

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,15 @@ curl -fsSL https://raw.githubusercontent.com/DeusData/codebase-memory-mcp/main/i
4545

4646
**Windows** (PowerShell):
4747
```powershell
48-
powershell -ExecutionPolicy ByPass -c "irm https://raw.githubusercontent.com/DeusData/codebase-memory-mcp/main/install.ps1 | iex"
48+
# 1. Download the installer
49+
Invoke-WebRequest -Uri https://raw.githubusercontent.com/DeusData/codebase-memory-mcp/main/install.ps1 -OutFile install.ps1
50+
51+
# 2. (Optional but recommended) Inspect the script
52+
notepad install.ps1
53+
54+
# 3. Run it
55+
.\install.ps1
56+
4957
```
5058

5159
Options: `--ui` (graph visualization), `--skip-config` (binary only, no agent setup), `--dir=<path>` (custom location).

0 commit comments

Comments
 (0)