PlainbuiltStart learning

Lesson 3 of 8

Step 0 — Open Terminal

Finding and opening Terminal for the very first time.

2 min read· ~5 min to complete

Terminal is an app that lets you type instructions directly to your Mac. You'll use it a handful of times in this course. After the initial setup, Claude Code runs inside Terminal and you interact with it in plain English.

How to open Terminal

  1. Press Cmd + Space to open Spotlight Search
  2. Type Terminal
  3. Press Enter

A window appears with a blinking cursor after a % prompt. This is where you'll type.

You do not need to understand Terminal. You are copying and pasting a few things into it and pressing Enter. That is all.

What you're looking at

The % symbol (or $ on older Macs) is called the prompt. It's Terminal waiting for your next instruction. The blinking cursor shows where your typing will appear.

Everything you type only happens when you press Enter. Until then, you can backspace and correct mistakes freely.

The only controls you need

| Action | How | |--------|-----| | Paste text | Cmd + V (same as everywhere else on your Mac) | | Run a command | Press Enter | | Cancel what's running | Ctrl + C | | Clear the screen | Type clear and press Enter |

That's it. You won't need anything else for this course.

Leave Terminal open

Keep this Terminal window open for the next lesson. You'll paste your first command into it momentarily.