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:
-
Open Git Bash or switch to existing window.
-
Switch to project directory (e.g. /c/projects/MOO2150) if you aren’t currently in it.
-
Type the command without the leading
$
, just wordssome command
and press <Enter>.