Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ source ~/.bashrc
```bash
claude --version # Should show: Claude Code v2.x.x
ccr version # it will show version number (without hyphen)
echo $GOOGLE_API_KEY # Should show your key (not empty!)
echo $env:GOOGLE_API_KEY # Should show your key (not empty!)

# If any fail, see Troubleshooting section
```
Expand Down Expand Up @@ -245,3 +245,4 @@ That's it. If Claude responds, your free setup is working perfectly.


That's it. Proceed to **Lesson 3** to learn persistent project context.