diff options
author | Tim Smith <tsmith@chef.io> | 2018-06-06 19:07:56 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-06-06 19:07:56 -0700 |
commit | 0391ee7c5a9693cc07e0607ccae0ef6cafab03fd (patch) | |
tree | e502425df477dc564b26f5631f1acf57b7126e68 /README.md | |
parent | 70c262858ed9452e4c30d3b3a14d3ebbb62069a3 (diff) | |
download | chef-0391ee7c5a9693cc07e0607ccae0ef6cafab03fd.tar.gz |
Reword why we're not telling you how to install Ruby
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -56,13 +56,11 @@ Install: - Ruby 2.4 or later - bundler gem -We support too many platforms, and there are too many different ways to manage ruby installs, so -it is assumed the user understands how to accomplish this for their platform and needs (see previous -note about downloading the pre-built omnibus install if you do not understand how to accomplish this). +**NOTE:** Chef supports a large number of platforms, and there are many different ways to manage Ruby installs on each of those platforms. We assume you will install Ruby in a way appropriate for your development platform, but do not provide instructions for setting up Ruby. ### Chef Installation -Then get the source and install it: +Once you have your development environment configured you can clone the Chef repository and install Chef: ```bash git clone https://github.com/chef/chef.git |