Skip to content

Commit c2c8c28

Browse files
committed
Update installing.asc
1 parent 44f24c8 commit c2c8c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/01-introduction/sections/installing.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Some people may instead find it useful to install Git from source, because you'l
6161
The binary installers tend to be a bit behind, though as Git has matured in recent years, this has made less of a difference.
6262

6363
If you do want to install Git from source, you need to have the following libraries that Git depends on: curl, zlib, openssl, expat, and libiconv.
64-
For example, if you're on a system that has yum (such as Fedora) or apt-get (such as a Debian based system), you can use one of these commands to install the minimal dependencies for compiling and installing the git binaries:
64+
For example, if you're on a system that has yum (such as Fedora) or apt-get (such as a Debian based system), you can use one of these commands to install the minimal dependencies for compiling and installing the Git binaries:
6565

6666
$ yum install curl-devel expat-devel gettext-devel \
6767
openssl-devel zlib-devel

0 commit comments

Comments
 (0)