Clarify plugin install locations
This commit is contained in:
@@ -40,7 +40,7 @@ iwr -UseBasicParsing 'https://ai-lad.com/api/skills/<ID>/install-script?os=windo
|
|||||||
curl -fsSL 'https://ai-lad.com/api/skills/<ID>/install-script?os=unix' | bash
|
curl -fsSL 'https://ai-lad.com/api/skills/<ID>/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
|
## First-run authentication
|
||||||
|
|
||||||
@@ -63,7 +63,7 @@ codex mcp logout oci-deal-accelerator
|
|||||||
codex mcp login 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
|
## Repo layout
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user