Update README.md

This commit is contained in:
zebbern
2025-06-22 21:44:53 +02:00
committed by GitHub
parent a92f120cf8
commit 53d3e29068
+2 -8
View File
@@ -152,17 +152,11 @@ Shift+Tab Shift+Tab
# 1. Install WSL2
wsl --install Ubuntu
# 2. Configure performance (~/.wslconfig)
[wsl2]
memory=8GB
processors=4
localhostForwarding=true
# 3. Access Windows projects
# 2. Access Windows projects
cd /mnt/c/Users/YourUsername/Projects
cursor . # or code .
# 4. Install Claude Code in WSL
# 3. Install Claude Code in WSL
npm install -g @anthropic-ai/claude-code
```