From 1135ac606247648d9e4724f027280d4114282858 Mon Sep 17 00:00:00 2001 From: Seth Hobson Date: Mon, 19 Jan 2026 17:08:27 -0500 Subject: [PATCH] docs: update installation commands for llm-application-dev and conductor --- plugins/conductor/README.md | 4 +--- plugins/llm-application-dev/README.md | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) 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