diff --git a/README.es.md b/README.es.md
index 156054c..3c37567 100644
--- a/README.es.md
+++ b/README.es.md
@@ -14,6 +14,7 @@
+
@@ -150,7 +151,13 @@ pi install git:github.com/DietrichGebert/ponytail
### OpenCode
-Ejecuta OpenCode desde un checkout de este repo (el plugin reutiliza sus `hooks/` y `skills/`), y agrega esto a `opencode.json`:
+Agrega esto a `opencode.json`:
+
+```json
+{ "plugin": ["@dietrichgebert/ponytail"] }
+```
+
+O ejecĂștalo desde un checkout (el plugin reutiliza sus `hooks/` y `skills/`):
```json
{ "plugin": ["./.opencode/plugins/ponytail.mjs"] }
diff --git a/README.md b/README.md
index 7bbd61f..b136784 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,7 @@
+
@@ -170,8 +171,6 @@ Injects the ruleset every turn at the active level; adds the `/ponytail` command
The `./` path resolves against your project's `opencode.json`; to share one checkout across projects, point it at the absolute path of the `.mjs` instead (it finds its `hooks/` and `skills/` relative to its own file).
-The plugin path loads the ruleset everywhere, but the `/ponytail` commands are separate files in `.opencode/command/` that OpenCode only discovers from your project or the global commands dir. To use them outside this checkout, link them once: `ln -sf /absolute/path/to/ponytail/.opencode/command/* ~/.config/opencode/command/`.
-
### Gemini CLI
```bash