Skip to content

Commit 4a4379a

Browse files
committed
downloads/mac: replace Xcode with Command Line Tools
Apples Xcode Command Line Tools provides git without the full Xcode IDE. It can also easily be installed via `xcode-select --install`.
1 parent 3a76664 commit 4a4379a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

content/install/mac.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,11 @@ <h3>MacPorts</h3>
2424
<p>Install <a href="https://www.macports.org">MacPorts</a> if you don't already have it, then:<br>
2525
<code>$ sudo port install git</code></p>
2626

27-
<h3>Xcode</h3>
28-
<p>Apple ships a binary package of Git with <a href="https://developer.apple.com/xcode/">Xcode</a>.</p>
27+
<h3>Xcode Command Line Tools</h3>
28+
<p>Apple ships a binary package of Git with <a
29+
href="https://developer.apple.com/xcode/resources/">Xcode Command Line
30+
Tools</a>. You can install this via:<br>
31+
<code>$ xcode-select --install</code></p>
2932

3033
<h3>Installing git-gui</h3>
3134
<p>If you would like to install <a href="https://git-scm.com/docs/git-gui/">git-gui</a> and <a href="https://git-scm.com/docs/gitk/">gitk</a>,

0 commit comments

Comments
 (0)