Update README.md

This commit is contained in:
zebbern
2025-06-24 19:22:49 +02:00
committed by GitHub
parent f1b2de91da
commit 71824ef945
+2 -2
View File
@@ -49,7 +49,7 @@
# Quick Installment
# Quick Install
## Method 1 NPM (global) **⭐️ Official**
## Method 1 NPM (global) ⭐️ Official
npm install -g @anthropic-ai/claude-code
# Requires Node 18+ on macOS / Linux / WSL :contentReference[oaicite:0]{index=0}
@@ -67,7 +67,7 @@ docker run -it -v "$PWD":"$PWD" -w "$PWD" \
ghcr.io/rchgrav/claudebox:latest
# Nice when you cant touch the host system :contentReference[oaicite:3]{index=3}
## Method 5 Windows via WSL **(Anthropic-recommended path)**
## Method 5 Windows via WSL (Anthropic-recommended path)
# 1) Enable WSL 2 and install Ubuntu
# 2) Inside Ubuntu:
sudo apt update && sudo apt install -y nodejs npm