diff --git a/downloads.php b/downloads.php index 65993ce5f1..907095dce1 100644 --- a/downloads.php +++ b/downloads.php @@ -88,6 +88,7 @@ function option(string $value, string $desc, $attributes = []): string 'windows-native' => 'Single Line Installer', 'windows-chocolatey' => 'Chocolatey', 'windows-scoop' => 'Scoop', + 'windows-winget' => 'Winget', 'windows-docker' => 'Docker', 'windows-wsl-debian' => 'WSL/Debian', 'windows-wsl-ubuntu' => 'WSL/Ubuntu', diff --git a/include/download-instructions/windows-winget.php b/include/download-instructions/windows-winget.php new file mode 100644 index 0000000000..e21ccd24a5 --- /dev/null +++ b/include/download-instructions/windows-winget.php @@ -0,0 +1,20 @@ +

+On the command line, run the following commands: +

+ +

+# Download and install 
+
+winget install 
+
+