Skip to content

Commit 01ae752

Browse files
Use powershell code fence for Windows commands
1 parent 05aff96 commit 01ae752

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/quickstart/user.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ npx -y @modelcontextprotocol/server-filesystem /Users/username/Desktop /Users/us
173173
</Tab>
174174
<Tab title="Windows">
175175

176-
```bash
176+
```powershell
177177
npx -y @modelcontextprotocol/server-filesystem C:\Users\username\Desktop C:\Users\username\Downloads
178178
```
179179

@@ -204,7 +204,7 @@ tail -n 20 -f ~/Library/Logs/Claude/mcp*.log
204204
</Tab>
205205
<Tab title="Windows">
206206

207-
```bash
207+
```powershell
208208
type "%APPDATA%\Claude\logs\mcp*.log"
209209
```
210210

0 commit comments

Comments
 (0)