Skip to content

Commit 8c17163

Browse files
committed
Merge pull request #225 from xJom/patch-1
Correcting install package version number
2 parents 6b3df95 + fdd18b9 commit 8c17163

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/01-introduction/sections/installing.asc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ It's generally a little clearer what the latest version is on the GitHub page, b
7575

7676
Then, compile and install:
7777

78-
$ tar -zxf git-1.9.1.tar.gz
79-
$ cd git-1.9.1
78+
$ tar -zxf git-2.0.0.tar.gz
79+
$ cd git-2.0.0
8080
$ make configure
8181
$ ./configure --prefix=/usr
8282
$ make all doc info

0 commit comments

Comments
 (0)