mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
fix(homebrew): correct homebrew installation command (#2832)
Signed-off-by: Adam Moss <adam.moss@bcs.org.uk>
This commit is contained in:
parent
03edd0cd2b
commit
6cc94b554a
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ header.bg-gradient.margin-top-offset.short-bg.relative
|
|||
br
|
||||
| Download InSpec and let's get started.
|
||||
.row.strict-center.mobile-row
|
||||
|
||||
|
||||
.large-6.medium-6.mobile-12.columns.margin-under-xs
|
||||
.box-white.shadow.strict-center.fit-height.relative.slide-up.z-20
|
||||
.align-vertical-50
|
||||
|
@ -41,7 +41,7 @@ header.bg-gradient.margin-top-offset.short-bg.relative
|
|||
.pad-under-xs
|
||||
.box-code.box-code-overwrite.shadow.margin-top-xs
|
||||
i#copy.fa.fa-copy.copy.t-purple.mobile-hide onclick="copyToClipboard('#install')"
|
||||
code#install brew install inspec
|
||||
code#install brew cask install inspec
|
||||
.triangle-right
|
||||
#particles-third
|
||||
canvas.particles-js-canvas-el /
|
||||
|
|
Loading…
Reference in a new issue