From 08267549be3f9f6aab72cb6b1cd5b9edc5267fe1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven!=20Ragnar=C3=B6k?= Date: Tue, 2 Nov 2021 16:48:28 -0700 Subject: [PATCH] Use chef-workstation package to bootstrap cookbook dependencies. The chefdk package has been removed but chef-workstation is the successor project containing the same tools. --- cookbooks/ros2_windows/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/ros2_windows/README.md b/cookbooks/ros2_windows/README.md index 49e0ecd..3954e59 100644 --- a/cookbooks/ros2_windows/README.md +++ b/cookbooks/ros2_windows/README.md @@ -21,7 +21,7 @@ In powershell, install Cinc's chef distribution: In same shell, install chocolatey, git and the chefdk tools (primarily for `berks`). ``` > Set-ExecutionPolicy Bypass -Scope Process -Force;. { iwr -useb https://chocolatey.org/install.ps1 } | iex -> choco install -y git chefdk +> choco install -y git chef-workstation > restart-computer ```