Skip to content

Commit a8e0b04

Browse files
Rupesh phuyalRupesh phuyal
authored andcommitted
text file to install git in linux
1 parent 8d784e1 commit a8e0b04

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
########################
2+
# #
3+
# //how to install git #
4+
# #
5+
########################
6+
7+
$ tar -zxf git-2.0.0.tar.gz
8+
$ cd git-2.0.0
9+
$ make configure
10+
$ ./configure --prefix=/usr
11+
$ make all doc info
12+
$ sudo make install install-doc install-html install-info

0 commit comments

Comments
 (0)