diff --git a/README.md b/README.md index 79003c4..cc3845d 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,8 @@ Add to your OpenCode configuration at `~/.config/opencode/opencode.json`: } ``` +**Windows:** use `%USERPROFILE%\.config\opencode\opencode.json` (for example `C:\Users\\.config\opencode\opencode.json`). This plugin does **not** read `%APPDATA%` or `%LOCALAPPDATA%` for its OpenCode plugin entry — put the file under `.config\opencode` in your user profile, then restart OpenCode. If the plugin does not appear, confirm that path and restart again. + The plugin downloads automatically on next startup. ## Usage Examples @@ -67,6 +69,8 @@ Access the web interface at `http://127.0.0.1:4747` for visual memory browsing a Configure at `~/.config/opencode/opencode-mem.jsonc`: +**Windows:** `%USERPROFILE%\.config\opencode\opencode-mem.jsonc` (same `.config\opencode` directory as above — not AppData). Default storage resolves to `%USERPROFILE%\.opencode-mem\data` (the `~` form in the example below expands to your user home on Windows as well). + The plugin creates a full commented template at this path on first startup. This trimmed example shows the most common settings: ```jsonc