Skip to content

Commit 0dc4f6b

Browse files
committed
Add Claude Code installation step to DeltaAI guide
1 parent d5d9f3b commit 0dc4f6b

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docs/deployment/deltaai.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,17 @@ cmake --install build
236236

237237
---
238238

239+
## Step 7: Install Claude Code
240+
241+
```bash
242+
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
243+
source ~/.bashrc
244+
nvm install --lts
245+
npm install -g @anthropic-ai/claude-code
246+
```
247+
248+
---
249+
239250
## Key Things to Remember
240251

241252
1. **This is ARM, not x86.** Binaries from your laptop won't run here. Compile everything on DeltaAI.

0 commit comments

Comments
 (0)