You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/views/downloads/download_linux.html.erb
+3
Original file line number
Diff line number
Diff line change
@@ -32,5 +32,8 @@
32
32
33
33
<h3>OpenBSD</h3>
34
34
<code>$ pkg_add git</code>
35
+
36
+
<h3>Red Hat Enterprise Linux, Oracle Linux, CentOS, Scientific Linux, et al.</h3>
37
+
<p>RHEL and derivatives typically ship older versions of git. If you cannot (or don't want to) compile git from source, you may need to use a 3rd-party repository such as <ahref="https://ius.io/">the IUS Community Project</a> to obtain a more recent version of git.</p>
0 commit comments