From bda100313e225c45a98e647559b19451bdc64cb5 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Fri, 28 May 2021 14:51:42 +0200 Subject: [PATCH] Update README Add some info about Chef Workstation and rbenv. --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 713e89b..7ff3f92 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,15 @@ -### Install dependencies +### Install Chef Workstation + +* macOS, Windows, RHEL, Ubuntu: https://docs.chef.io/workstation/install_workstation/ +* Arch Linux: https://aur.archlinux.org/packages/chef-workstation + +#### rbenv + +If you use rbenv to manage Ruby versions on your system, install the +(rbenv-chef-workstation)[https://github.com/docwhat/rbenv-chef-workstation] +plugin. + +### Install gem dependencies bundle install