diff --git a/plugins/conductor/README.md b/plugins/conductor/README.md index 0f106ec..dd4af1c 100644 --- a/plugins/conductor/README.md +++ b/plugins/conductor/README.md @@ -111,11 +111,9 @@ Manage track lifecycle: ## Installation ```bash -claude --plugin-dir /path/to/conductor +/plugin install conductor ``` -Or copy to your project's `.claude-plugin/` directory. - ## Acknowledgments This plugin is based on [Conductor](https://github.com/gemini-cli-extensions/conductor) by Google, originally developed for Gemini CLI. diff --git a/plugins/llm-application-dev/README.md b/plugins/llm-application-dev/README.md index 014dc12..7c78088 100644 --- a/plugins/llm-application-dev/README.md +++ b/plugins/llm-application-dev/README.md @@ -57,11 +57,9 @@ Build production-ready LLM applications, advanced RAG systems, and intelligent a ## Installation ```bash -claude --plugin-dir /path/to/llm-application-dev +/plugin install llm-application-dev ``` -Or copy to your project's `.claude-plugin/` directory. - ## Requirements - LangChain >= 1.2.0