Skip to content

Commit a3bd8b8

Browse files
committed
installing: git version 2.8.0 is used
1 parent 6137949 commit a3bd8b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/01-introduction/sections/installing.asc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can either install it as a package or via another installer, or download the
88
====
99
This book was written using Git version *2.8.0*.
1010
Though most of the commands we use should work even in ancient versions of Git, some of them might not or might act slightly differently if you're using an older version.
11-
Since Git is quite excellent at preserving backwards compatibility, any version after 2.0 should work just fine.
11+
Since Git is quite excellent at preserving backwards compatibility, any version after 2.8 should work just fine.
1212
====
1313

1414
==== Installing on Linux
@@ -131,8 +131,8 @@ Then, compile and install:
131131

132132
[source,console]
133133
----
134-
$ tar -zxf git-2.0.0.tar.gz
135-
$ cd git-2.0.0
134+
$ tar -zxf git-2.8.0.tar.gz
135+
$ cd git-2.8.0
136136
$ make configure
137137
$ ./configure --prefix=/usr
138138
$ make all doc info

0 commit comments

Comments
 (0)