diff options
Diffstat (limited to 'tasks')
-rw-r--r-- | tasks/templates/prerelease.md.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/templates/prerelease.md.erb b/tasks/templates/prerelease.md.erb index 6d45d25ab8..cab7f11fff 100644 --- a/tasks/templates/prerelease.md.erb +++ b/tasks/templates/prerelease.md.erb @@ -21,7 +21,7 @@ Alternatively, you can install Chef using one of the following command options: # In Shell $ curl https://omnitruck.chef.io/install.sh | sudo bash -s -- -P chef -v <%= @version %> -c current -# In Windows Powershell +# In Windows PowerShell . { iwr -useb https://omnitruck.chef.io/install.ps1 } | iex; install -project chef -version <%= @version %> -channel current ``` |