@@ -24,9 +24,9 @@ It's designed for developers running multiple AI coding agents (*Claude Code, Co
2424- [ Problem Statement] ( #problem-statement-with-some-context )
2525- [ Clash - The Saviour] ( #clash---the-saviour )
2626- [ Quick Start] ( #quick-start )
27- - [ Install] ( #1-install )
28- - [ Set Up Your AI Agent] ( #2-set-up-your-ai-agent )
29- - [ Manual CLI Usage] ( #3-manual-cli-usage )
27+ - [ Step 1: Install] ( #step- 1-install )
28+ - [ Step 2: Set Up Your AI Agent] ( #step- 2-set-up-your-ai-agent )
29+ - [ Step 3: Manual CLI Usage] ( #step- 3-manual-cli-usage )
3030- [ Core Features] ( #core-features )
3131 - [ Plugin Integration] ( #plugin-integration-claude-code--recommended )
3232 - [ Check Command] ( #check-command-manual )
@@ -84,7 +84,7 @@ Clash detects merge conflicts **between all worktree pairs** during development,
8484
8585## Quick Start
8686
87- ### 1. Install
87+ ### Step 1: Install
8888
8989Pick whichever you prefer:
9090
@@ -94,7 +94,7 @@ brew tap clash-sh/tap && brew install clash # Homebrew
9494cargo install clash-sh # From crates.io
9595```
9696
97- ### 2. Set Up Your AI Agent
97+ ### Step 2: Set Up Your AI Agent
9898
9999** Claude Code (Recommended: Plugin)**
100100
@@ -142,7 +142,7 @@ conflict overview across all worktrees.
142142Run ` clash --help ` for all available commands.
143143```
144144
145- ### 3. Manual CLI Usage
145+ ### Step 3: Manual CLI Usage
146146
147147``` bash
148148# Check a single file for conflicts
0 commit comments