Skip to content

Commit 7b67877

Browse files
committed
install page: remove "build from source" note on Linux/Mac
We already have a "Build from source" page
1 parent db8d8b7 commit 7b67877

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

content/install/linux.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@
1010
{{< install-header "linux" >}}
1111

1212
<div class="install-content">
13-
<p>It is easiest to install Git on Linux using the preferred package
14-
manager of your Linux distribution. If you prefer to build from
15-
source, you can find tarballs
16-
<a href="https://www.kernel.org/pub/software/scm/git/">on kernel.org</a>.
17-
The latest version is
18-
<a href="https://www.kernel.org/pub/software/scm/git/git-{{< site-param latest_version >}}.tar.gz">{{< site-param latest_version >}}</a>
13+
<p>
14+
It is easiest to install Git on Linux with your distribution's package
15+
manager.
16+
</p>
1917
<h3>Debian/Ubuntu</h3>
2018
<p>For the latest stable version for your release of Debian/Ubuntu</p>
2119
<code># apt-get install git</code>

content/install/mac.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ <h3>MacPorts</h3>
2727
<h3>Xcode</h3>
2828
<p>Apple ships a binary package of Git with <a href="https://developer.apple.com/xcode/">Xcode</a>.</p>
2929

30-
<h3>Building from Source</h3>
31-
<p>If you prefer to build from source, you can find tarballs
32-
<a href="https://www.kernel.org/pub/software/scm/git/">on kernel.org</a>.
33-
The latest version is
34-
<a href="https://www.kernel.org/pub/software/scm/git/git-{{< site-param latest_version >}}.tar.gz"%>{{< site-param latest_version >}}</a>.
35-
</p>
36-
3730
<h3>Installing git-gui</h3>
3831
<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>,
3932
git's commit GUI and interactive history browser, you can do so using <a href="https://brew.sh/">homebrew</a><br>

0 commit comments

Comments
 (0)