diff --git a/README.md b/README.md index ccb2183761..f48eaa62a1 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,13 @@ nvm use rvm use ``` +If `nvm` and/or `rvm` complain about the required versions not being installed, you can install them as following: + +```shell script +nvm install 16.20.1 +rvm install ruby-3.3.2 +``` + Next, you can build & serve the documentation preview: ```shell script