File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2424Install-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 >
You can’t perform that action at this time.
0 commit comments