mirror of
https://github.com/inspec/inspec
synced 2025-02-16 14:08:36 +00:00
Update install doc (#7144)
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
This commit is contained in:
parent
312d42a6c6
commit
0ac5029f7b
1 changed files with 4 additions and 2 deletions
|
@ -21,12 +21,14 @@ To see which platforms and platform versions Chef InSpec is supported on, see th
|
|||
|
||||
You can install Chef InSpec using a curl script.
|
||||
|
||||
{{< note >}}Please follow steps mentioned in this document [Chef Software Install Script](/install_omnibus/). Please replace `<LICENSE_ID>` with your licenseId.{{< /note >}}
|
||||
|
||||
```bash
|
||||
curl -L https://chefdownload-commerical.chef.io/install.sh?license_id=<LICENSE_ID> | sudo bash -s -- -P inspec
|
||||
```
|
||||
|
||||
Replace `<LICENSE_ID>` with your license ID.
|
||||
|
||||
For more information about the install script, see the [Chef Install Script documentation](/chef_install_script/).
|
||||
|
||||
## Windows
|
||||
|
||||
### Installer
|
||||
|
|
Loading…
Add table
Reference in a new issue