diff --git a/content/downloads/mac.html b/content/downloads/mac.html index ac3354ddda..1eddfebc32 100644 --- a/content/downloads/mac.html +++ b/content/downloads/mac.html @@ -22,9 +22,17 @@

MacPorts

Install MacPorts if you don't already have it, then:
$ sudo port install git

-

Xcode

-

Apple ships a binary package of Git with Xcode.

- +

Xcode Command Line Tools

+

Apple ships a binary package of Git with Xcode Command Line + Tools. This is not a recommended way to install Git. There is no public + record of which version it provides, and it is usually outdated.
+ $ xcode-select --install

+ +

Binary installer

+

Tim Harper provided an installer for Git until version 2.33.0 / 2021. This + project was archived in favor of Xcode Command Line Tools.

+

Building from Source

If you prefer to build from source, you can find tarballs on kernel.org.