From c648473f8d916d022b6efe7dddb03155a7a2351c Mon Sep 17 00:00:00 2001 From: Amandeep Singh <35252877+adsingh14@users.noreply.github.com> Date: Tue, 14 Dec 2021 02:30:21 +0530 Subject: [PATCH] Git for Windows via winget --- app/views/downloads/download_windows.html.erb | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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." %>