The Simple Guide to Get You Started
Think of your computer like a house:
The terminal (also called "command line") is a text-based way to talk to your computer. Instead of clicking buttons, you type commands.
Try these simple commands (type them and press Enter):
dir
Shows what's in your current folder
cd Desktop
Moves to your Desktop folder
echo Hello
Makes the computer say "Hello" back
ls
Shows what's in your current folder
cd Desktop
Moves to your Desktop folder
echo Hello
Makes the computer say "Hello" back
Claude Code is like having a super-smart coding assistant that lives in your terminal. Instead of you writing code, you describe what you want, and Claude writes it for you.
You type every line of code yourself
You say "make me a website" and Claude creates all the code
"Think of it as having an expert programmer sitting next to you, ready to help 24/7."
Windows:
Notepad (already installed) or download Visual Studio Code
Mac:
TextEdit (already installed) or download Visual Studio Code
Linux:
Gedit or Nano (usually installed) or download Visual Studio Code
If you have all 5 items above, you're ready to install Claude Code!
Step by Step
Open PowerShell as Administrator:
Copy and paste this command:
Press Enter
Wait for installation (1-2 minutes)
That's it! Claude Code is installed
If the above doesn't work, try this:
First, install Node.js:
Open Command Prompt (Start → type "cmd" → Enter)
Install Claude Code:
Press Enter and wait (1-2 minutes)
Open Terminal (Command + Space → type "Terminal" → Enter)
Copy and paste this command:
Press Enter
Wait for installation (1-2 minutes)
Done! Claude Code is installed
Option 2: Using Homebrew
Option 3: Using NPM
First install Node.js from nodejs.org if you don't have it, then:
All Systems
Navigate to your project folder (or Desktop to start):
Windows:
cd Desktop
Mac/Linux:
cd ~/Desktop
Open Terminal
Type in Claude and hit enter
First time only: You'll see authentication options:
That's it! You're ready to use Claude Code
You've successfully installed and set up Claude Code!
Open your terminal/command prompt
Navigate to where you want to work:
• Type
cd Desktop
to work on your Desktop
• Or
cd Documents
to work in Documents
Type:
Press Enter
Claude Code starts! You'll see a welcome message
When Claude works, you'll see:
/help
Shows all available commands
/clear
Clears conversation and starts fresh
/cost
Shows how much you've spent
/model
Switch between Claude models
@filename
Reference a specific file
@folder/
Reference a whole folder
Claude can see and edit any file in your current directory
"Make the button blue and bigger"
"Add a contact form at the bottom"
"Fix the error I'm seeing"
"Make this work on mobile phones"
"You don't need to understand how a car engine works to drive"
Focus on what you want to create, not how the code works
Solution:
source ~/.bashrc
or restart Terminal
Solution:
/logout
and logging back in
Solution:
Solution:
Solution:
Escape
key to interrupt Claude
/clear
to start fresh
Solution:
pwd
(Mac/Linux) or
cd
(Windows)
Still stuck? Don't worry! These are common issues everyone faces when starting.
Take it one week at a time, celebrate small wins, and watch your skills grow!
Week 1
Foundation
Week 2
Practice
Week 3
Enhance
Week 4
Build
Asking Claude Code to explain in simpler terms
Breaking your request into smaller parts
Looking for similar examples online
Taking a break and coming back fresh
Everyone starts as a beginner
Mistakes are how you learn
The terminal won't break your computer
Claude Code is here to help, not judge
Print this out or save it somewhere easy to find. You'll use these commands all the time!
Start Claude Code:
Create something:
Get help:
Exit Claude Code:
See current folder:
List files:
Change folder:
Go to Desktop:
/help
Show commands
/clear
Start fresh
/cost
Check spending
/model
Switch model
💡 Pro Tip: Take a screenshot of this section or print it out for quick reference!