First time using Terminal? We've got your back!
First time using Command Prompt? We've got your back!
Don't worry - everyone hits these bumps (even developers who've been coding for years!). We'll walk through everything together, nice and easy.
Help! I'm stuck!
Can't find Terminal? No worries!
Terminal is already on your Mac - it's just a bit hidden. Let's find it together:
- Press Command (Cmd) ⌘ + Space (Spotlight Search)
- Type "terminal" or "Terminal"
- Press Enter and Terminal will open!
💡Tip
If you'll use it often, add Terminal to your Dock. Right-click the Terminal icon and select "Options > Keep in Dock".
My password is invisible! Is it broken?
Nope, you're doing great! Terminal hides your password on purpose (like how ATMs hide your PIN). Just type it anyway - it's working even though you can't see it.
- Just type your Mac login password
- Nothing shows on screen but it's being entered
- Press Enter when done
Ugh, permission denied errors!
Your Mac is just being protective (like a security guard). We need to tell it you're allowed to install this.
The magic word 'sudo' tells your Mac "I'm the owner, let me in!" - just like using your house key.
Can't find Command Prompt? Let me help!
Command Prompt is already on your PC - here are the quickest ways to find it:
- Method 1: Press Windows (Win) ⊞ + R, type "cmd" and press Enter
- Method 2: Click Start → Search for "cmd" or "Command Prompt"
- Method 3: Press Windows (Win) ⊞ + X and select "Command Prompt"
💡Tip
If you use Command Prompt often, pin it to your taskbar for easy access.
Access denied? Let's fix that!
Windows is being protective (like a security guard). We need to run Command Prompt with special permissions:
- Right-click Command Prompt
- Select "Run as administrator"
- Click "Yes" when User Account Control appears
- Try the command again
Wait, is this supposed to happen?
It's been 5+ minutes... did it freeze?
Nope, it's still working! Think of it like downloading a really big movie - Claude Code needs to grab lots of files from the internet and set them all up properly.
✅Totally normal!
Perfect excuse for a coffee break! ☕ This usually takes 5-10 minutes depending on your internet speed. The spinning symbols mean it's working hard.
Yikes! I see WARN messages everywhere!
Don't panic! These warnings are like 'caution' signs - they're just FYIs, not stop signs. Your installation is still going smoothly.
💡Quick tip!
Golden rule: Yellow WARN = Keep going! Red ERROR = Time to stop and fix. You're doing great if you only see yellow!
I see strange symbols or colors in Terminal
Terminal uses various colors and symbols to distinguish information.
Good to know first
Wait, how do I copy and paste here?
Good question! Terminal is a bit quirky with copy/paste, but once you know the trick, it's easy:
- Select text then Command (Cmd) ⌘ + C
- Command (Cmd) ⌘ + V
- Select text then Control (Ctrl) + C or right-click
- Control (Ctrl) + V or right-click
Oops! I typed something weird and now Terminal looks funny
No worries, you didn't break anything! Here's your escape plan:
- Control (Ctrl) + C : Stop what's currently running
- Control (Ctrl) + D : Exit the program
- Type exit : Close Terminal/Command Prompt
- Last resort: Just close and reopen the Terminal/Command Prompt window
What do these mysterious commands mean?
Think of these as simple instructions you give to your computer - like texting, but shorter:
What's this API Key thing?
Think of an API Key as your personal ID card for Claude - it's how Claude knows it's really you!
- Go to console.anthropic.com
- Sign up or log in
- Click "API Keys" menu
- Click "Create Key" button
- Copy the generated key to a safe place
⚠️Don't lose this!
Important! Your API Key appears only once (like a secret code). Copy it somewhere safe - you can't see it again!