fix homebrew command for installation (#12499)
This commit is contained in:
parent
a93a9a3317
commit
134391b74c
@ -49,12 +49,12 @@ export default function DownloadsPage(staticProps) {
|
||||
packageManagerOverrides={[
|
||||
{
|
||||
label: 'Homebrew',
|
||||
commands: [`brew tap hashicorp/tap`, `brew install ${productSlug}`],
|
||||
commands: [`brew install ${productSlug}`],
|
||||
os: 'darwin',
|
||||
},
|
||||
{
|
||||
label: 'Homebrew',
|
||||
commands: [`brew tap hashicorp/tap`, `brew install ${productSlug}`],
|
||||
commands: [`brew install ${productSlug}`],
|
||||
os: 'linux',
|
||||
},
|
||||
]}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user