Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2022-02-02 19:14:55 +0300
committerGitHub <noreply@github.com>2022-02-02 19:14:55 +0300
commit51977e7446f54f38a10680ff143b0e93d798108b (patch)
tree4b81769486c79c6eaaccf9926da3a394786146a2
parent0d3afd34cfc6b04d3b4b1a8b40368b428d8752f5 (diff)
parent41046cfd3dce38229a8384de9867034aa88962ed (diff)
Merge pull request #1670 from kamischi/Downloads-Add-MacPorts-for-macOS
Add MacPorts to Downloads for macOS
-rw-r--r--app/views/downloads/download_mac.html.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/downloads/download_mac.html.erb b/app/views/downloads/download_mac.html.erb
index 50512c7c..48b2356d 100644
--- a/app/views/downloads/download_mac.html.erb
+++ b/app/views/downloads/download_mac.html.erb
@@ -17,6 +17,10 @@
<p>Install <a href="https://brew.sh/">homebrew</a> if you don't already have it, then:<br>
<code>$ brew install git</code></p>
+ <h3>MacPorts</h3>
+ <p>Install <a href="https://www.macports.org">MacPorts</a> if you don't already have it, then:<br>
+ <code>$ sudo port install git</code></p>
+
<h3>Xcode</h3>
<p>Apple ships a binary package of Git with <a href="https://developer.apple.com/xcode/">Xcode</a>.</p>