This is an automated email from the ASF dual-hosted git repository. heneveld pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git
commit 8f7962cf8515f3df0748acb3e5db51cb4670671b Author: iuliana <[email protected]> AuthorDate: Mon Nov 1 15:08:59 2021 +0000 Update instructions to install ruby, updated dependency in Gemfile.lock and updated the title of vSphere locations page --- Gemfile.lock | 2 +- README.md | 2 +- guide/locations/_vSphere.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 85873ad..62e05fe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GEM eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) ethon (0.14.0) - ffi (= 1.15.0) + ffi (>= 1.15.0) eventmachine (1.2.7) ffi (1.15.0) forwardable-extended (2.6.0) diff --git a/README.md b/README.md index 87b9aca..79dfaa4 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ this project is (where this file is located). RVM should detect its configuration inside `Gemfile` and try to configure itself. Most likely it will report that the required version of Ruby is not installed, and it will show the command that you need to run to install the correct version. -Follow the instructions it shows, typically something like `rvm install ruby-3.0.1`. +Follow the instructions it shows, typically something like `rvm get master && rvm install 3.0.1`. Once the correct version of Ruby is installed, change to your home directory and then change back (`cd ~ ; cd -`). diff --git a/guide/locations/_vSphere.md b/guide/locations/_vSphere.md index c8c8b04..bc0f71a 100644 --- a/guide/locations/_vSphere.md +++ b/guide/locations/_vSphere.md @@ -1,10 +1,10 @@ --- -section: vSphere Locations +section: VMware vSphere section_position: 6 section_type: inline --- -### vSphere Locations +### VMware vSphere [VMware vSphere](https://docs.vmware.com/en/VMware-vSphere) is VMware's virtualization platform, which transforms data centers into aggregated computing infrastructures that include CPU, storage, and networking resources. vSphere manages these infrastructures as a unified operating environment, and provides you with the tools to administer the data centers that participate in that environment.
