docs: clarify Docker installation requirements and add platform-specific instructions
- Replace "Docker Desktop" prerequisite with generic "Docker installed" - Add detailed Docker installation instructions for macOS, Linux, and Windows - Include package manager options (Homebrew, apt-get, winget, Chocolatey) - Add Docker verification command - Update related documentation files for consistency - Use collapsible section to keep Quick Start clean Now users understand they can use any Docker installation method, not just Docker Desktop. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -5,7 +5,7 @@ This guide provides comprehensive instructions for deploying n8n-MCP using Docke
|
||||
## 🚀 Quick Start
|
||||
|
||||
### Prerequisites
|
||||
- Docker Engine 20.10+ or Docker Desktop
|
||||
- Docker Engine 20.10+ (Docker Desktop on Windows/macOS, or Docker Engine on Linux)
|
||||
- Docker Compose V2
|
||||
- (Optional) openssl for generating auth tokens
|
||||
|
||||
|
||||
@@ -27,8 +27,8 @@ docker compose up -d
|
||||
|
||||
### Prerequisites
|
||||
|
||||
- Docker Desktop or Docker Engine
|
||||
- Docker Compose (included with Docker Desktop)
|
||||
- Docker Engine (install via package manager or Docker Desktop)
|
||||
- Docker Compose V2 (included with modern Docker installations)
|
||||
|
||||
### Method 1: Using Pre-built Images
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ This guide helps you connect n8n-MCP to Claude Desktop, giving Claude comprehens
|
||||
|
||||
- Claude Desktop installed
|
||||
- For local installation: Node.js (any version)
|
||||
- For Docker: Docker Desktop or Docker Engine
|
||||
- For Docker: Docker installed (see installation instructions in main README)
|
||||
|
||||
## 🛠️ Configuration Methods
|
||||
|
||||
|
||||
Reference in New Issue
Block a user