diff --git a/README.md b/README.md index 76842a4..10dc9ea 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ iwr -UseBasicParsing 'https://ai-lad.com/api/skills//install-script?os=windo curl -fsSL 'https://ai-lad.com/api/skills//install-script?os=unix' | bash ``` -The installer downloads the plugin ZIP, extracts it to `~/.codex/plugins/oci-deal-accelerator/`, merges the `ai-factory` marketplace entry in `~/.agents/plugins/marketplace.json`, and restarts Codex. Policy: `installation: "AVAILABLE"`, `authentication: "ON_INSTALL"`. +The installer downloads the plugin ZIP, installs it as a Codex plugin, merges the `ai-factory` marketplace entry in `~/.agents/plugins/marketplace.json`, and restarts Codex. In most setups the plugin ends up under `~/.codex/plugins/oci-deal-accelerator/`, though some project-local environments use a local `plugins/` folder instead. Policy: `installation: "AVAILABLE"`, `authentication: "ON_INSTALL"`. ## First-run authentication @@ -63,7 +63,7 @@ codex mcp logout oci-deal-accelerator codex mcp login oci-deal-accelerator ``` -As a last resort, uninstall the plugin from `~/.codex/plugins/oci-deal-accelerator/` and reinstall — the `authentication: "ON_INSTALL"` policy triggers a fresh OAuth flow on install. +As a last resort, uninstall the plugin from your Codex plugin directory and reinstall — in most setups that is `~/.codex/plugins/oci-deal-accelerator/`, though some project-local environments use a local `plugins/` folder. The `authentication: "ON_INSTALL"` policy triggers a fresh OAuth flow on install. ## Repo layout