|
@@ -9,11 +9,9 @@ Find the `shell` or `terminal` or `term` (all names for the command interpreter)
|
9
|
9
|
|
10
|
10
|
`terminal` or `shell` mean pretty much the same thing - `/Applications/Utilities/Terminal.app` and start it up.
|
11
|
11
|
|
12
|
|
-It looks like this ->
|
13
|
|
-
|
14
|
12
|
![Terminal Icon](./termicon.png)
|
15
|
13
|
|
16
|
|
-Type `whoami` and `enter` or `return`. Congratulations, you just typed a command. You're Welcome.
|
|
14
|
+Type `whoami` and the `enter` or `return` key. Congratulations, you just typed a command. You're Welcome.
|
17
|
15
|
|
18
|
16
|
now, type `git --version` and make note of what comes back, the version number of git.
|
19
|
17
|
|