We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5d9f3b commit 0dc4f6bCopy full SHA for 0dc4f6b
1 file changed
docs/deployment/deltaai.md
@@ -236,6 +236,17 @@ cmake --install build
236
237
---
238
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
250
## Key Things to Remember
251
252
1. **This is ARM, not x86.** Binaries from your laptop won't run here. Compile everything on DeltaAI.
0 commit comments