added installation guide

This commit is contained in:
Shayan Rais
2026-03-27 16:11:16 +05:00
parent 9c1074e83d
commit 33f1bdd412
4 changed files with 47 additions and 105 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# Linux Setup
[Back to Day 0](Day0.md)
[Back to Day 0](README.md)
## Prerequisites
@@ -108,7 +108,7 @@ npm install -g @anthropic-ai/claude-code
claude --version
```
You should see the Claude Code version printed. Now head back to [Day0.md](Day0.md) for authentication setup.
You should see the Claude Code version printed. Now head back to [README.md](README.md) for authentication setup.
---