Skip to content

Commit d0c4505

Browse files
authored
Merge pull request #957 from tansaku/patch-1
indicate what running git from the terminal actually is for a newbie
2 parents 53adade + 3b16e6f commit d0c4505

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

book/01-introduction/sections/installing.asc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ For more options, there are instructions for installing on several different Uni
3737
There are several ways to install Git on a Mac.
3838
The easiest is probably to install the Xcode Command Line Tools.(((Xcode)))
3939
On Mavericks (10.9) or above you can do this simply by trying to run 'git' from the Terminal the very first time.
40+
41+
[source,console]
42+
----
43+
$ git --version
44+
----
45+
4046
If you don't have it installed already, it will prompt you to install it.
4147

4248
If you want a more up to date version, you can also install it via a binary installer.

0 commit comments

Comments
 (0)