From 93b12c6e9bcce5463c439fedf84e4cedec6b8e55 Mon Sep 17 00:00:00 2001 From: vviveksharma Date: Mon, 5 Aug 2024 11:38:13 +0530 Subject: [PATCH] updated the docs Signed-off-by: vviveksharma --- .../inspec/inspec/docs-chef-io/content/inspec/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_vendor/github.com/inspec/inspec/docs-chef-io/content/inspec/install.md b/_vendor/github.com/inspec/inspec/docs-chef-io/content/inspec/install.md index 9eaf1de253..17d1ed7b6e 100644 --- a/_vendor/github.com/inspec/inspec/docs-chef-io/content/inspec/install.md +++ b/_vendor/github.com/inspec/inspec/docs-chef-io/content/inspec/install.md @@ -34,7 +34,7 @@ then double-click on the `.msi` file to launch the installer and follow the prom ### Powershell -You can install Chef InSpec using a powershell script. +You can install Chef InSpec using the following Powershell script. ```powershell . { iwr -useb https://omnitruck.chef.io/install.ps1 } | iex; install -project inspec @@ -47,7 +47,7 @@ was successful. ### CLI -The following curl script will install Chef InSpec for Ubuntu and Red Hat Enterprise Linux. +The following curl script will install Chef InSpec for Ubuntu and Red Hat Enterprise Linux: ```bash curl https://omnitruck.chef.io/install.sh | sudo bash -s -- -P inspec