Skip to content

Commit

Permalink
Merge pull request #27 from headlamp-k8s/recommend-winget
Browse files Browse the repository at this point in the history
landingpage: Recommend installation on Windows with winget
  • Loading branch information
joaquimrocha authored Jun 25, 2024
2 parents 0a2154b + 838b8b1 commit 11ab6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LandingPage/DownloadSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const downloadInfo: Record<Platform, DownloadInfo> = {
label: "Download for Windows",
fallbackDownloadLink:
"/docs/latest/installation/desktop/windows-installation",
script: "choco install headlamp",
script: "winget install headlamp",
},
mac: {
label: "Download for macOS",
Expand Down

0 comments on commit 11ab6ba

Please sign in to comment.