From 838b8b1fbd6f46eb94f3deeb93458e3d4de9366e Mon Sep 17 00:00:00 2001 From: Joaquim Rocha Date: Tue, 25 Jun 2024 12:15:42 +0100 Subject: [PATCH] landingpage: Recommend installation on Windows with winget Instead of choco. Just because users are likely to have winget already. Signed-off-by: Joaquim Rocha --- src/components/LandingPage/DownloadSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/LandingPage/DownloadSection.tsx b/src/components/LandingPage/DownloadSection.tsx index 603d956..89a1758 100644 --- a/src/components/LandingPage/DownloadSection.tsx +++ b/src/components/LandingPage/DownloadSection.tsx @@ -29,7 +29,7 @@ const downloadInfo: Record = { label: "Download for Windows", fallbackDownloadLink: "/docs/latest/installation/desktop/windows-installation", - script: "choco install headlamp", + script: "winget install headlamp", }, mac: { label: "Download for macOS",