File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,13 @@ <h3>MacPorts</h3>
22
22
< p > Install < a href ="https://www.macports.org "> MacPorts</ a > if you don't already have it, then:< br >
23
23
< code > $ sudo port install git</ code > </ p >
24
24
25
- < h3 > Xcode</ h3 >
26
- < p > Apple ships a binary package of Git with < a href ="https://developer.apple.com/xcode/ "> Xcode</ a > .</ p >
27
-
25
+ < h3 > Xcode Command Line Tools</ h3 >
26
+ < p > Apple ships a binary package of Git with < a
27
+ href ="https://developer.apple.com/xcode/resources/ "> Xcode Command Line
28
+ Tools</ a > . This is not a recommended way to install Git. There is no public
29
+ record of which version it provides, and it is usually outdated.< br >
30
+ < code > $ xcode-select --install</ code > </ p >
31
+
28
32
< h3 > Building from Source</ h3 >
29
33
< p > If you prefer to build from source, you can find tarballs
30
34
< a href ="https://www.kernel.org/pub/software/scm/git/ "> on kernel.org</ a > .
You can’t perform that action at this time.
0 commit comments