From e1e4eec856cc9ae9c716fd1fc7167fe603cea9fc Mon Sep 17 00:00:00 2001 From: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com> Date: Sat, 12 Apr 2025 19:44:15 +0200 Subject: [PATCH] fix: README bug not showing precise instructions (#190) --- README.md | 8 +++++++- docs/tutorial.md | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9b71e0c..61108163 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,13 @@ A task management system for AI-driven development with Claude, designed to work MCP (Model Control Protocol) provides the easiest way to get started with Task Master directly in your editor. -1. **Add the MCP config to your editor** (Cursor recommended, but it works with other text editors): +1. **Install the package** + +```bash +npm i -g task-master-ai +``` + +2. **Add the MCP config to your editor** (Cursor recommended, but it works with other text editors): ```json { diff --git a/docs/tutorial.md b/docs/tutorial.md index 64e3ed60..4aa8b98e 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -10,7 +10,13 @@ There are two ways to set up Task Master: using MCP (recommended) or via npm ins MCP (Model Control Protocol) provides the easiest way to get started with Task Master directly in your editor. -1. **Add the MCP config to your editor** (Cursor recommended, but it works with other text editors): +1. **Install the package** + +```bash +npm i -g task-master-ai +``` + +2. **Add the MCP config to your editor** (Cursor recommended, but it works with other text editors): ```json {