diff --git a/website/pages/downloads/index.jsx b/website/pages/downloads/index.jsx index b45fa56f0..b31de14f8 100644 --- a/website/pages/downloads/index.jsx +++ b/website/pages/downloads/index.jsx @@ -46,6 +46,24 @@ export default function DownloadsPage(staticProps) { » Download VMware Utility } + packageManagerOverrides={[ + { + label: 'Homebrew', + commands: [ + `brew tap hashicorp/tap`, + `brew install ${productSlug}`, + ], + os: 'darwin', + }, + { + label: 'Homebrew', + commands: [ + `brew tap hashicorp/tap`, + `brew install ${productSlug}`, + ], + os: 'linux', + }, + ]} {...staticProps} /> )