Industrial
Linguistics
Slide 5 of 13

Claude Code Prerequisites (macOS)

Slide 5 / 13

Course concept

macOS: Terminal Basics

  • Open Terminal: Spotlight (Cmd+Space) type “Terminal”

  • Or: Applications Utilities Terminal

  • Alternative: iTerm2 for more features

Basic commands:

  • cd -- change directory

  • ls -- list files

  • pwd -- show current directory

Prerequisites macos terminal screenshot

Narration

Listen or continue with the transcript

Transcript

On macOS, the Terminal application is your command-line interface. To open it, press Command-Space to open Spotlight, then type Terminal and press Enter. Alternatively, you can find it in Applications, then Utilities, then Terminal. If you prefer a more feature-rich terminal, you can also use iTerm2. Once you have a terminal open, here are the basic commands you'll use: cd to change directory, ls to list files, and pwd to show your current directory.