Skip to content

Commit b83dee3

Browse files
committed
2 parents 40553a5 + 5061d5e commit b83dee3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ Fix the diagram at [C:\docs\report.md:42] mermaid diagram: graph LR
1919
- **MCP Server** - Let Claude open, navigate, and export your documents
2020

2121
## Install
22-
22+
In a [PowerShell 7](https://learn.microsoft.com/powershell/scripting/install/install-powershell-on-windows) console:
2323
```powershell
2424
Install-PSResource MarkdownPointer
2525
```
2626

2727
## Quick Start
2828

2929
```powershell
30-
mdp .\README.md # Open a file
31-
mdp .\docs\*.md # Open multiple files
32-
Show-MarkdownPointer # Just launch the viewer
30+
mdp .\README.md # Open a file
31+
mdp .\docs\*.md # Open multiple files
32+
mdp # Just launch the viewer
3333
```
3434

3535
## MCP Server Setup
@@ -84,7 +84,7 @@ Add to `claude_desktop_config.json`:
8484
## Requirements
8585

8686
- Windows 10/11
87-
- PowerShell 7.4+
87+
- [PowerShell 7.4+](https://learn.microsoft.com/powershell/scripting/install/install-powershell-on-windows)
8888
- [.NET 8 Desktop Runtime](https://dotnet.microsoft.com/download/dotnet/8.0)
8989

9090
<details>

0 commit comments

Comments
 (0)