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_windows.html.erb
+9-4
Original file line number
Diff line number
Diff line change
@@ -17,20 +17,25 @@
17
17
<%=raw"<strong><a id=\"auto-download-link\" href=\"#{@download.url}\">Click here to download manually</a><span class=\"hide\">, if your download hasn't started.</span></strong>"%>
18
18
</p>
19
19
<h3>Other Git for Windows downloads</h3>
20
-
<h4>Git for Windows Setup</h4>
20
+
<h4>Executable Setup</h4>
21
21
<p>
22
-
<%=raw"<strong><a href=\"#{@download32.url}\">32-bit Git for Windows Setup</a>.</strong>"%>
22
+
<%=raw"<strong><a href=\"#{@download32.url}\">32-bit Git for Windows Setup</a>.</strong>"%>
23
23
</p>
24
24
<p>
25
-
<%=raw"<strong><a href=\"#{@download64.url}\">64-bit Git for Windows Setup</a>.</strong>"%>
25
+
<%=raw"<strong><a href=\"#{@download64.url}\">64-bit Git for Windows Setup</a>.</strong>"%>
26
26
</p>
27
-
<h4>Git for Windows Portable ("thumbdrive edition")</h4>
27
+
<h4>Portable ("thumbdrive edition")</h4>
28
28
<p>
29
29
<%=raw"<strong><a href=\"#{@download32portable.url}\">32-bit Git for Windows Portable</a>.</strong>"%>
30
30
</p>
31
31
<p>
32
32
<%=raw"<strong><a href=\"#{@download64portable.url}\">64-bit Git for Windows Portable</a>.</strong>"%>
33
33
</p>
34
+
<h4>Using winget tool</h4>
35
+
<p>
36
+
Install <ahref="https://docs.microsoft.com/en-us/windows/package-manager/winget">winget tool</a> if you don't already have it, then type this command in command prompt or Powershell.<br>
<%=raw"The current source code release is version <strong>#{@latest.name}</strong>. If you want the newer version, you can build it from <a href=\"#{@source_url}\">the source code</a>."%>
0 commit comments