Commit e7b6a42f26cd7998e5fa26387b054723b1003fe5
1 parent
79ac0e9b
Exists in
master
and in
4 other branches
Divide Git installation instructions in two
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/install/installation.md
... | ... | @@ -82,7 +82,7 @@ Make sure you have the right version of Git installed |
82 | 82 | # Make sure Git is version 1.7.10 or higher |
83 | 83 | git --version |
84 | 84 | |
85 | - # System packaged Git too old? Remove it and compile from source. | |
85 | +Is the system packaged Git too old? Remove it and compile from source. | |
86 | 86 | |
87 | 87 | # Remove packaged Git |
88 | 88 | sudo apt-get remove git-core | ... | ... |