The terminal is a program that runs your commands. Documentation sometimes tells you "to run $ some command in a terminal". For Windows users this means:

  1. Open Git Bash or switch to existing window.

  2. Switch to project directory (e.g. /c/projects/MOO2150) if you aren’t currently in it.

  3. Type the command without the leading $, just words some command and press <Enter>.