Skip to content

Commit 0c5746d

Browse files
committed
install page: add new "Build from source" page
Signed-off-by: Julia Evans <[email protected]>
1 parent 39c66df commit 0c5746d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

content/install/source.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
section: "install"
3+
title: "Git - Build from Source"
4+
---
5+
6+
<div id="main">
7+
{{< install-header "source" >}}
8+
9+
<div class="install-content">
10+
11+
<p>If you prefer to build from source, you can find tarballs
12+
<a href="https://www.kernel.org/pub/software/scm/git/">on kernel.org</a>.
13+
The latest version is
14+
<a href="https://www.kernel.org/pub/software/scm/git/git-{{< site-param "latest_version" >}}.tar.gz">{{< site-param "latest_version" >}}</a>.
15+
</p>
16+
<p>There's also an official <a href="https://github.com/git/git">GitHub mirror</a>.</p>
17+
18+
</div>
19+
</div>
20+
</div>

0 commit comments

Comments
 (0)