diff --git a/app/views/downloads/download_windows.html.erb b/app/views/downloads/download_windows.html.erb index 548e560c62..3d2232e45c 100644 --- a/app/views/downloads/download_windows.html.erb +++ b/app/views/downloads/download_windows.html.erb @@ -17,20 +17,25 @@ <%= raw "Click here to download manually, if your download hasn't started." %>
- <%= raw "32-bit Git for Windows Setup." %> + <%= raw "32-bit Git for Windows Setup." %>
- <%= raw "64-bit Git for Windows Setup." %> + <%= raw "64-bit Git for Windows Setup." %>
-<%= raw "32-bit Git for Windows Portable." %>
<%= raw "64-bit Git for Windows Portable." %>
+
+ Install winget tool if you don't already have it, then type this command in command prompt or Powershell.
+ winget install --id Git.Git -e --source winget
+
<%= raw "The current source code release is version #{@latest.name}. If you want the newer version, you can build it from the source code." %>