diff --git a/README.md b/README.md index 0d7a160..4e23536 100644 --- a/README.md +++ b/README.md @@ -13,15 +13,15 @@ An MCP (Model Context Protocol) server that provides tools for searching and ana ## Installation -1. Install dependencies: +1. Clone this repository: ```bash -uv pip install -e . +git clone https://github.com/bwads001/cc-session-search.git +cd cc-session-search ``` -2. Clone this repository: +2. Install dependencies: ```bash -git clone https://github.com/bwads001/cc-session-search.git -cd cc-session-search +uv pip install -e . ``` 3. Add to Claude Code MCP config (`~/.config/claude/mcp.json`): @@ -71,4 +71,4 @@ Key features: ## License -MIT \ No newline at end of file +MIT